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/v3/activity/events/types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,7 +321,7 @@ Triggered when a [pull request](/v3/pulls) is created, closed, reopened or synch
321
321
322
322
Key | Type | Description
323
323
----|------|-------------
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 isa 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.