diff --git a/.github/workflows/autopilot.yaml b/.github/workflows/autopilot.yaml index 0420fd1..6993359 100644 --- a/.github/workflows/autopilot.yaml +++ b/.github/workflows/autopilot.yaml @@ -18,4 +18,4 @@ jobs: - env: PR_URL: ${{ github.event.pull_request.html_url }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh pr merge --auto --merge "$PR_URL" + run: gh pr merge --auto --squash "$PR_URL"