Skip to content

Commit 1a7b867

Browse files
jganoffclaude
andcommitted
Add merge_group trigger to support GitHub merge queues
Enable octoguard security checks to run on merge queue events. This ensures the workflow runs when PRs are added to merge queues, preventing merge queue checks from waiting indefinitely. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5026ef5 commit 1a7b867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/octoguard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_call:
55
workflow_dispatch:
66
pull_request:
7+
merge_group:
78
push:
89
branches:
910
- main

0 commit comments

Comments
 (0)