Skip to content

Commit 51183ad

Browse files
committed
Remove types: [checks_requested] from merge_group triggers
Simplify merge_group triggers by removing the explicit types filter. Since checks_requested is the only activity type for merge_group, omitting it should have the same effect. This eliminates a potential source of issues with the event not being recognized.
1 parent c1a4eab commit 51183ad

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/cla.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
branches: [main]
99
# Run in merge queue but skip the step (shows as passing check)
1010
merge_group:
11-
types: [checks_requested]
12-
# Note: Don't use branches filter here - merge queue refs like
13-
# gh-readonly-queue/main/pr-N-xxx don't match simple branch globs
1411
workflow_dispatch:
1512

1613
# Explicitly set permissions for the workflow

.github/workflows/claude-code-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ on:
1414
branches: [main]
1515
# Run in the merge queue to validate before merging
1616
merge_group:
17-
types: [checks_requested]
18-
# Note: Don't use branches filter here - merge queue refs like
19-
# gh-readonly-queue/main/pr-N-xxx don't match simple branch globs
2017

2118
# Ensure only one instance runs at a time per PR/branch
2219
concurrency:

.github/workflows/validate.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
pull_request:
55
branches: [main]
66
merge_group:
7-
types: [checks_requested]
8-
# Note: Don't use branches filter here - merge queue refs like
9-
# gh-readonly-queue/main/pr-N-xxx don't match simple branch globs
107
workflow_dispatch:
118

129
# Minimal permissions for this workflow

0 commit comments

Comments
 (0)