Skip to content

Commit 18dec18

Browse files
committed
docs(pull_request_webhook_properties): update ‘action’ object description
Signed-off-by: Jai Govindani <jai@honestbank.com>
1 parent d39e9b3 commit 18dec18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Key | Type | Description
22
----|------|-------------
3-
`action`|`string` | The action that was performed. Can be one of `opened`, `edited`, `closed`, `assigned`, `unassigned`, `review_requested`, `review_request_removed`, `ready_for_review`, `converted_to_draft`, `labeled`, `unlabeled`, `synchronize`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}`auto_merge_enabled`, `auto_merge_disabled`,{% endif %} `locked`, `unlocked`, 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.
3+
`action`|`string` | The action that was performed. Can be one of:<ul><li>`opened`</li><li>`edited`</li><li>`closed`: 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.</li><li>`assigned`</li><li>`unassigned`</li><li>`review_requested`</li><li>`review_request_removed`</li><li>`ready_for_review`</li><li>`converted_to_draft`</li><li>`labeled`</li><li>`unlabeled`</li><li>`synchronize`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}</li><li>`auto_merge_enabled`</li><li>`auto_merge_disabled`,{% endif %}</li><li>`locked`</li><li>`unlocked`</li><li>`reopened`</li>

0 commit comments

Comments
 (0)