Skip to content

Commit 44587ee

Browse files
committed
Merge changes from upstream
1 parent 6980992 commit 44587ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/activity/events/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Triggered when a [pull request](/v3/pulls) is created, closed, reopened or synch
321321

322322
Key | Type | Description
323323
----|------|-------------
324-
`action`|`string` | The action that was performed. Can be one of "opened", "closed", "synchronize", or "reopened". If the action is "closed" and the `merged_at` key is `null`, the pull request was closed with unmerged commits. If the action is "closed" and the `merged_at` key is a timestamp, the pull request was merged.
324+
`action`|`string` | The action that was performed. Can be one of "opened", "closed", "synchronize", or "reopened". 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.
325325
`number`|`integer` | The pull request number.
326326
`pull_request`|`object` | The [pull request](/v3/pulls) itself.
327327

0 commit comments

Comments
 (0)