From 689317d286fb814ba7edbd3dc67d55e7011821b6 Mon Sep 17 00:00:00 2001 From: Ayres Vitor Date: Wed, 12 Nov 2025 23:58:45 -0300 Subject: [PATCH] --squash instead of --merge --- .github/workflows/syncSponsorsData.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/syncSponsorsData.yml b/.github/workflows/syncSponsorsData.yml index c05f6d4e7..86d3235ac 100644 --- a/.github/workflows/syncSponsorsData.yml +++ b/.github/workflows/syncSponsorsData.yml @@ -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 }}