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

Skip to content

Tags: Stormtv/probot

Tags

v9.9.4

Toggle v9.9.4's commit message
fix: trigger release to publish latest version to npm

Past two builds failed due to permission errors https://github.com/probot/probot/runs/424228885

v9.9.3

Toggle v9.9.3's commit message
fix: adapt for latest @octokit/rest

v9.9.2

Toggle v9.9.2's commit message
fix: disable webhook-event-check in common test environments

v9.9.1

Toggle v9.9.1's commit message
refactor: adapt for `@octokit/plugin-throttling` v3

v9.9.0

Toggle v9.9.0's commit message
feat: configure update-notifier

v9.8.1

Toggle v9.8.1's commit message
fix(cli): fixup invalid args validation (probot#1099)

v9.8.0

Toggle v9.8.0's commit message
fix: Limit webhook-event-check to known events in `/app` response (pr…

…obot#1092)

Because `GET /app` does not include many events (e.g. `fork`, `installation`, etc.), we don't want to compare some events to the results of `GET /app`.

In these cases, webhook-event-check will silently ignore verifying whether the GitHub App is subscribed to the event.

v9.7.0

Toggle v9.7.0's commit message
feat: Initial webhook-event-check feature (probot#1078)

v9.6.6

Toggle v9.6.6's commit message
fix: update bunyan-format and remove earlier type assertion patch

trigger release for changes in probot#1073 /cc @MaximDevoir

v9.6.5

Toggle v9.6.5's commit message
fix: assert stream type