Skip to content

Commit 4ea0d77

Browse files
committed
Merge pull request github#795 from github/update-1433496000
2 parents cf7717b + f09d5e0 commit 4ea0d77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/v3/activity/events/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Key | Type | Description
229229

230230
## IssueCommentEvent
231231

232-
Triggered when an [issue comment](/v3/issues/comments/) is created.
232+
Triggered when an [issue comment](/v3/issues/comments/) is created on an issue or pull request.
233233

234234
### Event name
235235

content/webhooks/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ Name | Description
4747
`deployment_status` | Any time a deployment for a Repository has a status update from the API.
4848
`fork` | Any time a Repository is forked.
4949
`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.
5151
`issues` | Any time an Issue is assigned, unassigned, labeled, unlabeled, opened, closed, or reopened.
5252
`member` | Any time a User is added as a collaborator to a non-Organization Repository.
5353
`membership` | Any time a User is added or removed from a team. **Organization hooks only**.
5454
`page_build` | Any time a Pages site is built or results in a failed build.
5555
`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).
5757
`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).
5858
`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.**
5959
`repository` | Any time a Repository is created. **Organization hooks only**.

0 commit comments

Comments
 (0)