Skip to content

Commit e7a3e8f

Browse files
authored
Use squash in automerge
1 parent f1e2e0d commit e7a3e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
PR_URL: ${{ github.event.pull_request.html_url }}
4545
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4646
- name: Merge pull request
47-
run: gh pr merge --auto --merge "$PR_URL"
47+
run: gh pr merge --auto --squash "$PR_URL"
4848
env:
4949
PR_URL: ${{ github.event.pull_request.html_url }}
5050
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)