ci: Set auto-merge to squash (#26867)

This commit is contained in:
Matsu 2026-03-11 10:55:52 +02:00 committed by GitHub
parent f79dd7fac1
commit fd4e013bd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,4 +41,5 @@ jobs:
run: |
gh pr merge "${{ inputs.pull-request-number }}" \
--auto \
--squash \
--repo "${{ github.repository }}"