Tags: Tudor33/probot
Tags
fix: remove `GHE_HOST` deprecation message when using `probot run` cli ( probot#1423) fixes probot#1422
feat: use `@probot/get-private-key` (probot#1414) part of probot#1309
feat: `context.octokit`. Deprecates `context.github` (probot#1413)
feat: deprecate `{ Application }` export. Use `{ Probot }` instead, i…
…t has the same APIs now. (probot#1408)
feat: `probot.on()` / `probot.receive()` / `probot.auth()` (probot#1407)
feat: `getRouter` argument for app function (`({ app, getRouter }) =>…
… {}`) (probot#1406)
feat: `(app) => {}` is now `({ app }) => {}` (probot#1405)
deprecates `(app) => {}`
PreviousNext