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

Skip to content

Tags: dangerdevices/probot

Tags

v10.10.1

Toggle v10.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: correct payload type by omitting context keys (probot#1389)

v10.10.0

Toggle v10.10.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 `octokit-auth-probot` (probot#1392)

v10.9.5

Toggle v10.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use `webhooks.onError()` instead of deprecated `webhooks.on("err…

…or", ...)` (probot#1390)

v10.9.4

Toggle v10.9.4's commit message
fix(typescript): TypeScript issues TS2305,TS2707,TS7006

fixes probot#1387

v10.9.3

Toggle v10.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): set correct type for `context` passed to event handler (p…

…robot#1378)

follow up to https://github.com/probot/probot/pull/1374/files\#r501871740

v10.9.2

Toggle v10.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 fix(typescript): adapt for latest `@octokit/webhooks` (probot#1374)

Co-authored-by: Ankeet Maini <[email protected]>

v10.9.1

Toggle v10.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: do not overwrite `options.throttle` passed to `{Octokit: ProbotO…

…ctokit.defaults(options)} (probot#1373)

v10.9.0

Toggle v10.9.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 `new Application({ throttleOptions })` (probot#1365)

v10.8.1

Toggle v10.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use `@probot/octokit-plugin-config` for `context.config` (probot…

…#1362)

* build(deps): `@probot/octokit-plugin-config`

* test(context.config): adapt http mocks for `@probot/octokit-plugin-config`

* fix: use `@probot/octokit-plugin-config`

* test(context.config): remove tests that test internal behavior of `@probot/octokit-plugin-config`

v10.8.0

Toggle v10.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add restart message (probot#1353)