New webhook events and actions

Our webhooks team is pleased to announce that we have added some long-awaited webhook events and actions to the list that we support and they will be available today. You'll automatically begin receiving these events if you have a webhook that is subscribed to wildcard events, otherwise you will be able to select the new events from the list in your webhook settings. As always, we continue to recommend listening for the actions in order to future-proof your code.

Here are the new events and actions that we've added:

Event Action Description
DeployKeyEvent created Triggered when a deploy key is added to a repository.
DeployKeyEvent deleted Triggered when a deploy key is removed from a repository.
IssueEvent locked Triggered when an issue is locked.
IssueEvent unlocked Triggered when an issue is unlocked.
MetaEvent deleted Triggered when the hook itself is deleted.
OrganizationEvent renamed Triggered when the organization is renamed.
OrganizationEvent deleted Triggered when the organization is deleted.
PullRequestEvent locked Triggered when a pull request is locked.
PullRequestEvent unlocked Triggered when a pull request is unlocked.
ReleaseEvent created Triggered when a release is created.
ReleaseEvent edited Triggered when a release is edited.
ReleaseEvent deleted Triggered when a release is deleted.
ReleaseEvent prereleased Triggered when a release is prereleased.
ReleaseEvent unpublished Triggered when a release is unpublished.
RepositoryEvent edited Triggered when attributes on a repository (e.g. description, default branch, homepage) are changed.
RepositoryEvent renamed Triggered when a repository is renamed.
RepositoryEvent transferred Triggered when a repository is transferred to a new owner.
StarEvent created Triggered when a star is added to a repository.
StarEvent deleted Triggered when a star is removed from a repository.

Please visit our webhooks documentation to view all of the events and actions that we support, and to get more information on these new ones.

If you have any questions or feedback, please get in touch!