Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Tudor33/probot

Tags

v10.17.2

Toggle v10.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove `GHE_HOST` deprecation message when using `probot run` cli (

probot#1423)

fixes probot#1422

v10.17.1

Toggle v10.17.1's commit message
fix: set default log level correctly to `"info"`

v10.17.0

Toggle v10.17.0's commit message
feat: `new Probot({ baseUrl })`. Deprecates `GHE_HOST` / `GHE_PROTOCO…

…L` when using with the `Probot` constructor

v10.16.0

Toggle v10.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: use `@probot/get-private-key` (probot#1414)

part of probot#1309

v10.15.0

Toggle v10.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: `context.octokit`. Deprecates `context.github` (probot#1413)

v10.14.1

Toggle v10.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update `@octokit/core` to latest (probot#1412)

v10.14.0

Toggle v10.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: deprecate `{ Application }` export. Use `{ Probot }` instead, i…

…t has the same APIs now. (probot#1408)

v10.13.0

Toggle v10.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: `probot.on()` / `probot.receive()` / `probot.auth()` (probot#1407)

v10.12.0

Toggle v10.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: `getRouter` argument for app function (`({ app, getRouter }) =>…

… {}`) (probot#1406)

v10.11.0

Toggle v10.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: `(app) => {}` is now `({ app }) => {}` (probot#1405)

deprecates `(app) => {}`