mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
--squash instead of --merge
This commit is contained in:
2
.github/workflows/syncSponsorsData.yml
vendored
2
.github/workflows/syncSponsorsData.yml
vendored
@@ -50,6 +50,6 @@ jobs:
|
||||
labels: 'bot'
|
||||
|
||||
- name: Automerge
|
||||
run: gh pr merge --merge --auto ${{ steps.cpr.outputs.pull-request-number }}
|
||||
run: gh pr merge --squash --auto ${{ steps.cpr.outputs.pull-request-number }}
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user