We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d5222 commit f330cefCopy full SHA for f330cef
1 file changed
.github/workflows/auto-merge.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Enable auto-merge for bot PRs
16
run: |
17
gh pr review --approve "$PR_URL"
18
- gh pr merge --auto --merge "$PR_URL"
+ gh pr merge --auto --rebase "$PR_URL"
19
env:
20
PR_URL: ${{github.event.pull_request.html_url}}
21
# GitHub provides this variable in the CI env. You don't
0 commit comments