diff --git a/data/reusables/webhooks/issue_event_api_properties.md b/data/reusables/webhooks/issue_event_api_properties.md index 219bcd3c9a9d..573b15ff3522 100644 --- a/data/reusables/webhooks/issue_event_api_properties.md +++ b/data/reusables/webhooks/issue_event_api_properties.md @@ -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`. -| {% else %} | `action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`, `assigned`, `unassigned`, `labeled`, or `unlabeled`. +| {% else %} | +`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`. | {% endif %} |