diff --git a/.github/workflows/verify-contribution.yml b/.github/workflows/verify-contribution.yml index fd9ec1b..86ff63e 100644 --- a/.github/workflows/verify-contribution.yml +++ b/.github/workflows/verify-contribution.yml @@ -30,7 +30,7 @@ jobs: - name: Merge PR branch if: success() && contains(github.event.pull_request.title, 'Contribution:') run: | - gh pr merge --admin --rebase "$PR_URL" + gh pr merge --admin --squash "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file