Skip to content

Commit ff61169

Browse files
committed
Rebase commits, don't merge them
1 parent eabb46e commit ff61169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Enable auto-merge for Dependabot PRs
1919
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
20-
run: gh pr merge --auto --merge "$PR_URL"
20+
run: gh pr merge --auto --rebase "$PR_URL"
2121
env:
2222
PR_URL: ${{github.event.pull_request.html_url}}
2323
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)