1
0
mirror of synced 2026-01-08 12:01:53 -05:00
Files
docs/data/reusables/webhooks/pull_request_webhook_properties.md
2021-05-02 12:05:32 +07:00

4 lines
850 B
Markdown

Key | Type | Description
----|------|-------------
`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>