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 eb0a55f commit 689317dCopy full SHA for 689317d
.github/workflows/syncSponsorsData.yml
@@ -50,6 +50,6 @@ jobs:
50
labels: 'bot'
51
52
- name: Automerge
53
- run: gh pr merge --merge --auto ${{ steps.cpr.outputs.pull-request-number }}
+ run: gh pr merge --squash --auto ${{ steps.cpr.outputs.pull-request-number }}
54
env:
55
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments