We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b480b6 commit 07e6073Copy full SHA for 07e6073
.github/workflows/auto-merge-deps.yml
@@ -25,4 +25,4 @@ jobs:
25
PR_URL: ${{ github.event.pull_request.html_url }}
26
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
# --auto waits for required status checks before merging
28
- run: gh pr merge --auto --squash "$PR_URL"
+ run: gh pr merge --auto --rebase "$PR_URL"
0 commit comments