1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Update Events API PullRequestEvent properties (#58684)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jessica Margala
2025-12-05 05:46:38 -08:00
committed by GitHub
parent b37fb309e5
commit 56f8695832

View File

@@ -1,7 +1,7 @@
Key | Type | Description
----|------|-------------
| {% 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 %} |
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`.
| {% endif %} |