Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/using-the-rest-api/github-event-types?apiVersion=2026-03-10#issuesevent
What part(s) of the article would you like to see updated?
The docs for the IssuesEvent payload only list the actions "opened", "closed" and "reopened". However, the payload may also contain the action "labeled" (and likely "unlabeled") as well as the fields "label" and "labels", as has already been documented for PullRequestEvent.
Additional information
The actions "assigned" and "unassigned" are also missing.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/using-the-rest-api/github-event-types?apiVersion=2026-03-10#issuesevent
What part(s) of the article would you like to see updated?
The docs for the IssuesEvent payload only list the actions "opened", "closed" and "reopened". However, the payload may also contain the action "labeled" (and likely "unlabeled") as well as the fields "label" and "labels", as has already been documented for PullRequestEvent.
Additional information
The actions "assigned" and "unassigned" are also missing.