Skip to content

Commit ffabb89

Browse files
latest gh cli needs --auto for auto merging
1 parent 30b6283 commit ffabb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- run: |
1111
set -x
1212
gh pr review --approve --repo "$GITHUB_REPOSITORY" "$PR"
13-
gh pr merge --repo "$GITHUB_REPOSITORY" "$PR"
13+
gh pr merge --auto --repo "$GITHUB_REPOSITORY" "$PR"
1414
env:
1515
PR: ${{ github.event.number }}
1616
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)