We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f306745 commit 9bad68aCopy full SHA for 9bad68a
.github/workflows/auto-merge.yml
@@ -11,7 +11,7 @@ jobs:
11
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'auto-npm-upgrade[bot]' }}
12
steps:
13
- name: Enable auto-merge for Dependabot PRs
14
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto "$PR_URL"
15
env:
16
PR_URL: ${{github.event.pull_request.html_url}}
17
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments