You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/webhooks/index.md
+41-21Lines changed: 41 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,27 +40,27 @@ The available events are:
40
40
Name | Description
41
41
-----|-----------|
42
42
`*` | Any time any event is triggered ([Wildcard Event][wildcard-section]).
43
-
`commit_comment` | Any time a Commit is commented on.
44
-
`create` | Any time a Branch or Tag is created.
45
-
`delete` | Any time a Branch or Tag is deleted.
46
-
`deployment` | Any time a Repository has a new deployment created from the API.
47
-
`deployment_status` | Any time a deployment for a Repository has a status update from the API.
48
-
`fork` | Any time a Repository is forked.
49
-
`gollum` | Any time a Wiki page is updated.
50
-
`issue_comment` | Any time an Issue or Pull Request is [commented](/v3/issues/comments/) on.
51
-
`issues` | Any time an Issue is assigned, unassigned, labeled, unlabeled, opened, closed, or reopened.
52
-
`member` | Any time a User is added as a collaborator to a non-Organization Repository.
53
-
`membership` | Any time a User is added or removed from a team. **Organization hooks only**.
54
-
`page_build` | Any time a Pages site is built or results in a failed build.
55
-
`public` | Any time a Repository changes from private to public.
56
-
`pull_request_review_comment` | Any time a [comment is created on a portion of the unified diff](/v3/pulls/comments) of a pull request (the Files Changed tab).
57
-
`pull_request` | Any time a Pull Request is assigned, unassigned, labeled, unlabeled, opened, closed, reopened, or synchronized (updated due to a new push in the branch that the pull request is tracking).
58
-
`push` | Any Git push to a Repository, including editing tags or branches. Commits via API actions that update references are also counted. **This is the default event.**
59
-
`repository` | Any time a Repository is created. **Organization hooks only**.
60
-
`release` | Any time a Release is published in a Repository.
61
-
`status` | Any time a Repository has a status update from the API
62
-
`team_add` | Any time a team is added or modified on a Repository.
63
-
`watch` | Any time a User watches a Repository.
43
+
[`commit_comment`][event-types-commit_comment] | Any time a Commit is commented on.
44
+
[`create`][event-types-create] | Any time a Branch or Tag is created.
45
+
[`delete`][event-types-delete] | Any time a Branch or Tag is deleted.
46
+
[`deployment`][event-types-deployment] | Any time a Repository has a new deployment created from the API.
47
+
[`deployment_status`][event-types-deployment_status] | Any time a deployment for a Repository has a status update from the API.
48
+
[`fork`][event-types-fork] | Any time a Repository is forked.
49
+
[`gollum`][event-types-gollum] | Any time a Wiki page is updated.
50
+
[`issue_comment`][event-types-issue_comment] | Any time an Issue or Pull Request is [commented](/v3/issues/comments/) on.
51
+
[`issues`][event-types-issues] | Any time an Issue is assigned, unassigned, labeled, unlabeled, opened, closed, or reopened.
52
+
[`member`][event-types-member] | Any time a User is added as a collaborator to a non-Organization Repository.
53
+
[`membership`][event-types-membership] | Any time a User is added or removed from a team. **Organization hooks only**.
54
+
[`page_build`][event-types-page_build] | Any time a Pages site is built or results in a failed build.
55
+
[`public`][event-types-public] | Any time a Repository changes from private to public.
56
+
[`pull_request_review_comment`][event-types-pull_request_review_comment] | Any time a [comment is created on a portion of the unified diff](/v3/pulls/comments) of a pull request (the Files Changed tab).
57
+
[`pull_request`][event-types-pull_request] | Any time a Pull Request is assigned, unassigned, labeled, unlabeled, opened, closed, reopened, or synchronized (updated due to a new push in the branch that the pull request is tracking).
58
+
[`push`][event-types-push] | Any Git push to a Repository, including editing tags or branches. Commits via API actions that update references are also counted. **This is the default event.**
59
+
[`repository`][event-types-repository] | Any time a Repository is created. **Organization hooks only**.
60
+
[`release`][event-types-release] | Any time a Release is published in a Repository.
61
+
[`status`][event-types-status] | Any time a Repository has a status update from the API
62
+
[`team_add`][event-types-team_add] | Any time a team is added or modified on a Repository.
63
+
[`watch`][event-types-watch] | Any time a User watches a Repository.
64
64
65
65
### Wildcard Event
66
66
@@ -191,7 +191,27 @@ services to the [github-services repository][github-services].
0 commit comments