Skip to content

Commit 59fd76c

Browse files
traskCopilotlmolkova
authored
Enable merge queue (#65)
* Run CI on merge_group events Enables the aggregating `check` job to run when PRs are queued for merge, which is required for enabling GitHub's merge queue on `main`. * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Liudmila Molkova <neskazu@gmail.com>
1 parent edcb1ca commit 59fd76c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- 'main'
77
pull_request:
8+
merge_group:
9+
types: [checks_requested]
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)