mirror of
https://github.com/evroon/bracket.git
synced 2026-04-20 15:27:00 -04:00
Remove --merge arg
This commit is contained in:
2
.github/workflows/automerge.yml
vendored
2
.github/workflows/automerge.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user