Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit b1059d9

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 25dc08b commit b1059d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/v3/activity/events/types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,13 +363,13 @@ Triggered when a private repository is [open sourced](/v3/repos/#edit). Without
363363

364364
## PullRequestEvent
365365

366-
Triggered when a [pull request](/v3/pulls) is assigned, unassigned, labeled, unlabeled, opened, closed, reopened, or synchronized.
366+
Triggered when a [pull request](/v3/pulls) is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, or synchronized.
367367

368368
### Events API payload
369369

370370
Key | Type | Description
371371
----|------|-------------
372-
`action`|`string` | The action that was performed. Can be one of "assigned", "unassigned", "labeled", "unlabeled", "opened", "closed", or "reopened", or "synchronize". If the action is "closed" and the `merged` key is `false`, the pull request was closed with unmerged commits. If the action is "closed" and the `merged` key is `true`, the pull request was merged.
372+
`action`|`string` | The action that was performed. Can be one of "assigned", "unassigned", "labeled", "unlabeled", "opened", "edited", "closed", or "reopened", or "synchronize". If the action is "closed" and the `merged` key is `false`, the pull request was closed with unmerged commits. If the action is "closed" and the `merged` key is `true`, the pull request was merged.
373373
`number`|`integer` | The pull request number.
374374
`pull_request`|`object` | The [pull request](/v3/pulls) itself.
375375

content/webhooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Name | Description
5555
[`page_build`][event-types-page_build] | Any time a Pages site is built or results in a failed build.
5656
[`public`][event-types-public] | Any time a Repository changes from private to public.
5757
[`pull_request_review_comment`][event-types-pull_request_review_comment] | Any time a [comment on a pull request's unified diff](/v3/pulls/comments) is created, edited, or deleted (in the Files Changed tab).
58-
[`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+
[`pull_request`][event-types-pull_request] | Any time a Pull Request is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, or synchronized (updated due to a new push in the branch that the pull request is tracking).
5959
[`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.**
6060
[`repository`][event-types-repository] | Any time a Repository is created, deleted, made public, or made private.
6161
[`release`][event-types-release] | Any time a Release is published in a Repository.

0 commit comments

Comments
 (0)