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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ Name | Description
47
47
`deployment_status` | Any time a deployment for a Repository has a status update from the API.
48
48
`fork` | Any time a Repository is forked.
49
49
`gollum` | Any time a Wiki page is updated.
50
-
`issue_comment` | Any time an Issue is commented on.
50
+
`issue_comment` | Any time an Issue or Pull Request is [commented](/v3/issues/comments/) on.
51
51
`issues` | Any time an Issue is assigned, unassigned, labeled, unlabeled, opened, closed, or reopened.
52
52
`member` | Any time a User is added as a collaborator to a non-Organization Repository.
53
53
`membership` | Any time a User is added or removed from a team. **Organization hooks only**.
54
54
`page_build` | Any time a Pages site is built or results in a failed build.
55
55
`public` | Any time a Repository changes from private to public.
56
-
`pull_request_review_comment` | Any time a Commit is commented on while inside a Pull Request review (the Files Changed tab).
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
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
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
59
`repository` | Any time a Repository is created. **Organization hooks only**.
0 commit comments