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
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -59,26 +59,26 @@ The available events are:
59
59
60
60
Name | Description
61
61
-----|-----------|
62
-
`push` | Any git push to a Repository.**This is the default event.**
63
-
`issues` | Any time an Issue is opened or closed.
64
-
`issue_comment` | Any time an Issue is commented on.
62
+
`*` | Any time any event is triggered ([Wildcard Event](#wildcard-event)).
65
63
`commit_comment` | Any time a Commit is commented on.
66
64
`create` | Any time a Repository, Branch, or Tag is created.
67
65
`delete` | Any time a Branch or Tag is deleted.
68
-
`pull_request` | Any time a Pull Request is opened, closed, or synchronized (updated due to a new push in the branch that the pull request is tracking).
69
-
`pull_request_review_comment` | Any time a Commit is commented on while inside a Pull Request review (the Files Changed tab).
70
-
`gollum` | Any time a Wiki page is updated.
71
-
`watch` | Any time a User watches the Repository.
72
-
`release` | Any time a Release is published in the Repository.
66
+
`deployment_status` | Any time a deployment for the Repository has a status update from the API.
67
+
`deployment` | Any time a Repository has a new deployment created from the API.
73
68
`fork` | Any time a Repository is forked.
69
+
`gollum` | Any time a Wiki page is updated.
70
+
`issue_comment` | Any time an Issue is commented on.
71
+
`issues` | Any time an Issue is opened or closed.
74
72
`member` | Any time a User is added as a collaborator to a non-Organization Repository.
73
+
`page_build` | Any time a Pages site is built or results in a failed build.
75
74
`public` | Any time a Repository changes from private to public.
76
-
`team_add` | Any time a team is added or modified on a Repository.
75
+
`pull_request_review_comment` | Any time a Commit is commented on while inside a Pull Request review (the Files Changed tab).
76
+
`pull_request` | Any time a Pull Request is opened, closed, or synchronized (updated due to a new push in the branch that the pull request is tracking).
77
+
`push` | Any git push to a Repository.**This is the default event.**
78
+
`release` | Any time a Release is published in the Repository.
77
79
`status` | Any time a Repository has a status update from the API
78
-
`deployment` | Any time a Repository has a new deployment created from the API.
79
-
`deployment_status` | Any time a deployment for the Repository has a status update from the API.
80
-
`page_build` | Any time a Pages site is built or results in a failed build.
81
-
`*` | Any time any event is triggered ([Wildcard Event](#wildcard-event)).
80
+
`team_add` | Any time a team is added or modified on a Repository.