Skip to content

Commit 0dde1a1

Browse files
ramsessanchezclaude
andcommitted
ci: enable merge groups for auto-merge-dependabot workflow
Adds merge_group trigger to the auto-merge-dependabot workflow to enable automated PR rebasing through GitHub's merge queue feature, reducing manual intervention during the merge process. This change aligns with the equivalent update from microsoft/kiota PR #6952. Signed-off-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 33f9b5c commit 0dde1a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Auto-merge dependabot updates
33
on:
44
pull_request:
55
branches: [ main ]
6+
merge_group:
67

78
permissions:
89
pull-requests: write

0 commit comments

Comments
 (0)