Tags: godpeny/probot
Tags
fix(deps): pin version of @octokit/webhooks (probot#1472) The new types introduced in `@octokit/[email protected]`, are incompatible with the current codebase. This will prevent users from getting anything newer than the pinned version in order to avoid type errors for end-users
fix: correctly import (transpiled) app function for run and receive (p… …robot#1457) thanks @ZauberNerd
fix(typescript): remove `options.webhookProxy` from `Probot` construc… …tor (probot#1459)
fix: import app functions transpiled from TypeScript (probot#1448)
feat: un-deprecate `(app) => {}`. Deprecate `({ app, getRouter }) => …
…{}` in favor of `(app, { getRouter }) => {}` (probot#1441)
see discussion at probot#1286 (comment)
feat: un-deprecate `(app) => {}`. Deprecate `({ app, getRouter }) => …
…{}` in favor of `(app, { getRouter }) => {}` (probot#1441)
see discussion at probot#1286 (comment)
PreviousNext