Skip to content

Commit 56f8695

Browse files
jessmargzCopilot
andauthored
Update Events API PullRequestEvent properties (#58684)
Co-authored-by: Copilot <[email protected]>
1 parent b37fb30 commit 56f8695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Key | Type | Description
22
----|------|-------------
33
| {% ifversion fpt or ghec %} |
4-
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`, `assigned`, `unassigned`, `labeled`, and `unlabeled`.
4+
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `merged`, `reopened`, `assigned`, `unassigned`, `labeled`, or `unlabeled`.
55
| {% else %} |
66
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`.
77
| {% endif %} |

0 commit comments

Comments
 (0)