Skip to content

Commit 2b4b757

Browse files
authored
Merge pull request #2913 from soutaro/claude/enable-auto-merge-bundle-b33UP
Enable auto-merge for automated bundle update PRs
2 parents 3a709a3 + 0f41e7a commit 2b4b757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bundle-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ jobs:
5959
--head "$(git rev-parse --abbrev-ref HEAD)" \
6060
--base "${{ github.event.repository.default_branch }}" \
6161
--label "no-milestone"
62+
63+
gh pr merge --auto --merge "$(git rev-parse --abbrev-ref HEAD)"

0 commit comments

Comments
 (0)