Switch PR merging to squash in Flatpak workflow

This commit is contained in:
Thorsten Sommer 2026-07-16 08:03:14 +02:00
parent 84a4ebd0a7
commit 1b72603137
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -441,7 +441,7 @@ jobs:
gh pr merge "$pr_number" \ gh pr merge "$pr_number" \
--repo "$FLATPAK_REPOSITORY" \ --repo "$FLATPAK_REPOSITORY" \
--merge \ --squash \
--delete-branch \ --delete-branch \
--match-head-commit "$sync_commit" --match-head-commit "$sync_commit"