Skip to content

Commit f330cef

Browse files
committed
Use rebase when auto-merging bot PRs
1 parent 94d5222 commit f330cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Enable auto-merge for bot PRs
1616
run: |
1717
gh pr review --approve "$PR_URL"
18-
gh pr merge --auto --merge "$PR_URL"
18+
gh pr merge --auto --rebase "$PR_URL"
1919
env:
2020
PR_URL: ${{github.event.pull_request.html_url}}
2121
# GitHub provides this variable in the CI env. You don't

0 commit comments

Comments
 (0)