Skip to content

Commit

Permalink
ci: rebase not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Jan 7, 2024
1 parent 2ba5b34 commit 59b8b79
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 @@ -32,6 +32,6 @@ jobs:
PR_URL: ${{ github.event.pull_request.html_url }}

- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL" --rebase
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}

0 comments on commit 59b8b79

Please sign in to comment.