Skip to content

Commit 9bad68a

Browse files
committed
Fix instant merge so auto-merge is used instead.
1 parent f306745 commit 9bad68a

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
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'auto-npm-upgrade[bot]' }}
1212
steps:
1313
- name: Enable auto-merge for Dependabot PRs
14-
run: gh pr merge --auto --merge "$PR_URL"
14+
run: gh pr merge --auto "$PR_URL"
1515
env:
1616
PR_URL: ${{github.event.pull_request.html_url}}
1717
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)