Skip to content

Commit

Permalink
Remove --merge arg
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon committed Nov 5, 2024
1 parent 26ad6a7 commit 909263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 909263a

Please sign in to comment.