We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0ecc7 commit a98ba0eCopy full SHA for a98ba0e
.github/workflows/automerge.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Auto Merge
12
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --rebase "$PR_URL"
13
env:
14
PR_URL: ${{ github.event.pull_request.html_url }}
15
- GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_PAT }}
+ GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_PAT }}
0 commit comments