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

Skip to content

Tags: godpeny/probot

Tags

v11.1.0

Toggle v11.1.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 `onAny` and `onError` methods from `@octokit/webhooks` (pro…

…bot#1480)

Co-authored-by: Gregor Martynus <[email protected]>

v11.0.6

Toggle v11.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v11.0.5

Toggle v11.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: clarify error message in case of invalid app authentication (pro…

…bot#1465) thanks @eXpire163

v11.0.4

Toggle v11.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(TypeScript): fix description of `context.pullRequest` method (pro…

…bot#1461)

v11.0.3

Toggle v11.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: correctly import (transpiled) app function for run and receive (p…

…robot#1457) thanks @ZauberNerd

v11.0.2

Toggle v11.0.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): remove `options.webhookProxy` from `Probot` construc…

…tor (probot#1459)

v11.0.1

Toggle v11.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: import app functions transpiled from TypeScript (probot#1448)

v11.0.0

Toggle v11.0.0's commit message
feat: probot v11

BREAKING CHANGE: TBD

v11.0.0-beta.4

Toggle v11.0.0-beta.4's commit message

Verified

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

…{}` in favor of `(app, { getRouter }) => {}` (probot#1441)

see discussion at probot#1286 (comment)

v10.19.0

Toggle v10.19.0's commit message

Verified

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

…{}` in favor of `(app, { getRouter }) => {}` (probot#1441)

see discussion at probot#1286 (comment)