Remove --merge arg

This commit is contained in:
Erik Vroon
2024-11-05 11:59:48 +01:00
parent 26ad6a7df0
commit 909263a287

View File

@@ -11,7 +11,7 @@ jobs:
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'evroon/bracket'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash --merge "$PR_URL"
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}