Update Events API PullRequestEvent properties (#58684)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Key | Type | Description
|
Key | Type | Description
|
||||||
----|------|-------------
|
----|------|-------------
|
||||||
| {% ifversion fpt or ghec %} |
|
| {% ifversion fpt or ghec %} |
|
||||||
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`, `assigned`, `unassigned`, `labeled`, and `unlabeled`.
|
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `merged`, `reopened`, `assigned`, `unassigned`, `labeled`, or `unlabeled`.
|
||||||
| {% else %} |
|
| {% else %} |
|
||||||
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`.
|
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`.
|
||||||
| {% endif %} |
|
| {% endif %} |
|
||||||
|
|||||||
Reference in New Issue
Block a user