Skip to content

Commit

Permalink
Use merge instead of rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Dec 10, 2023
1 parent 34ae4ef commit 495a9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
GH_TOKEN: ${{ github.token }}
PR_URL: ${{ github.event.pull_request.html_url }}
run: |
gh pr merge --auto -r "$PR_URL"
gh pr merge --auto -m "$PR_URL"

0 comments on commit 495a9ce

Please sign in to comment.