We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30b7aee + 03936ec commit 761a3beCopy full SHA for 761a3be
1 file changed
.github/workflows/main.yml
@@ -7,6 +7,11 @@ on:
7
pull_request:
8
branches:
9
- main
10
+ # Run the same required checks (lint / unit-test / e2e-test / coverage) on the
11
+ # merge queue's transient ref. Required so a merge queue can be enabled on
12
+ # `main`: the queue waits on these checks for each merge group, and without a
13
+ # `merge_group` trigger they would never run and every queued PR would stall.
14
+ merge_group:
15
16
permissions:
17
contents: read
0 commit comments