Skip to content

Commit

Permalink
fix: correct spelling error in DiscussionTransferredEvent event name (
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored Apr 14, 2021
1 parent f8b2d63 commit 5bd1901
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ If there are actions for a webhook, events are emitted for both, the webhook nam
| [`deploy_key`](https://developer.github.com/v3/activity/events/types/#deploykeyevent) | `created`<br>`deleted` |
| [`deployment`](https://developer.github.com/v3/activity/events/types/#deploymentevent) | `created` |
| [`deployment_status`](https://developer.github.com/v3/activity/events/types/#deploymentstatusevent) | `created` |
| [`discussion`](https://developer.github.com/v3/activity/events/types/#discussionevent) | `answered`<br>`category_changed`<br>`created`<br>`deleted`<br>`edited`<br>`locked`<br>`pinned`<br>`transfered`<br>`unanswered`<br>`unlocked`<br>`unpinned` |
| [`discussion`](https://developer.github.com/v3/activity/events/types/#discussionevent) | `answered`<br>`category_changed`<br>`created`<br>`deleted`<br>`edited`<br>`locked`<br>`pinned`<br>`transferred`<br>`unanswered`<br>`unlocked`<br>`unpinned` |
| [`discussion_comment`](https://developer.github.com/v3/activity/events/types/#discussioncommentevent) | `created`<br>`deleted`<br>`edited` |
| [`fork`](https://developer.github.com/v3/activity/events/types/#forkevent) | |
| [`github_app_authorization`](https://developer.github.com/v3/activity/events/types/#githubappauthorizationevent) | `revoked` |
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prettier": {},
"dependencies": {
"@octokit/request-error": "^2.0.2",
"@octokit/webhooks-definitions": "3.67.2",
"@octokit/webhooks-definitions": "3.67.3",
"aggregate-error": "^3.1.0",
"debug": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/generated/webhook-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const emitterEventNames = [
"discussion.edited",
"discussion.locked",
"discussion.pinned",
"discussion.transfered",
"discussion.transferred",
"discussion.unanswered",
"discussion.unlocked",
"discussion.unpinned",
Expand Down

0 comments on commit 5bd1901

Please sign in to comment.