Commit 6e1c900
committed
Remove branches filter from merge_group triggers
The merge queue creates temporary refs like gh-readonly-queue/main/pr-N-xxx.
The branches: [main] filter was preventing workflows from triggering because
the ref name doesn't match the simple "main" glob pattern.
Since merge queue is only enabled for specific branches via branch protection
rules anyway, the branches filter on merge_group events is redundant and
causes the workflows to never run.
This fixes all 4 required checks (tests, claude-code-e2e, cla-check,
validate-generation) not running in merge queue.1 parent c719bb9 commit 6e1c900
3 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments