Skip to content

Commit

Permalink
Remove --rebase for gh pr merge
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 19, 2023
1 parent 7621c77 commit 1d13feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spring-merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
- name: Merge Dependabot pull request
if: steps.set-milestone.outputs.mergeEnabled
run: gh pr merge ${{ github.event.pull_request.number }} --auto --squash --rebase
run: gh pr merge ${{ github.event.pull_request.number }} --auto --squash

0 comments on commit 1d13feb

Please sign in to comment.