We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dc3a3 commit f89e79bCopy full SHA for f89e79b
1 file changed
.github/workflows/bot-automation.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
github-token: ${{ secrets.APPROVE_PAT }}
18
- name: Enable auto-merge
19
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
20
env:
21
PR_URL: ${{ github.event.pull_request.html_url }}
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments