From 734acd1ce82cbd9bc12183d2197757637849feb1 Mon Sep 17 00:00:00 2001 From: trustdemons05 Date: Sun, 17 May 2026 15:13:24 +0530 Subject: [PATCH] Document missing IssuesEvent actions: assigned, unassigned, labeled, unlabeled --- data/reusables/webhooks/issue_event_api_properties.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} |