Run main workflow for merge queue events

This PR configures the main workflow (currently
used by bors via auto & try branches) to run
on 'merge_group' events emitted when pull requests
are added to GitHub merge queue.

Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
This commit is contained in:
Mukilan Thiyagarajan 2023-07-04 14:11:55 +05:30
parent 66abb1dfc4
commit 5f36dcf9cc

View file

@ -4,6 +4,10 @@ on:
push:
branches: ["auto", "try"]
# Used by GH merge queue for landing PRs
merge_group:
types: [checks_requested]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: