For a workflow triggering `on` the `destroyed` activity type on `merge_group`: ``` on: merge_group: types: [checks_requested, destroyed] ``` Actionlint complains that `destroyed` is invalid: ``` invalid activity type "destroyed" for "merge_group" Webhook event. available types are "checks_requested" [events] ``` However, despite being undocumented on "Events that trigger workflows" (https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#merge_group), it exists and is documented as valid for this webhook per https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=destroyed#merge_group .
For a workflow triggering
onthedestroyedactivity type onmerge_group:Actionlint complains that
destroyedis invalid:However, despite being undocumented on "Events that trigger workflows" (https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#merge_group), it exists and is documented as valid for this webhook per https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=destroyed#merge_group .