We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e2e0d commit e7a3e8fCopy full SHA for e7a3e8f
.github/workflows/automerge.yml
@@ -44,7 +44,7 @@ jobs:
44
PR_URL: ${{ github.event.pull_request.html_url }}
45
GH_TOKEN: ${{ secrets.GH_TOKEN }}
46
- name: Merge pull request
47
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
48
env:
49
50
0 commit comments