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 876c5db commit 8679c6cCopy full SHA for 8679c6c
.github/workflows/auto-merge.yml
@@ -31,9 +31,9 @@ jobs:
31
env:
32
PR_URL: ${{ github.event.pull_request.html_url }}
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
-
+
35
- name: Enable auto-merge
36
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
37
38
39
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
0 commit comments