Skip to content

Commit 689317d

Browse files
committed
--squash instead of --merge
1 parent eb0a55f commit 689317d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/syncSponsorsData.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
labels: 'bot'
5151

5252
- name: Automerge
53-
run: gh pr merge --merge --auto ${{ steps.cpr.outputs.pull-request-number }}
53+
run: gh pr merge --squash --auto ${{ steps.cpr.outputs.pull-request-number }}
5454
env:
5555
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)