feat: auto-merge and cleanup release version bump PRs

The release PR is just a version bump + checksum update. Enable
auto-merge with squash and delete the release branch after merge
to prevent branch accumulation.
This commit is contained in:
gandalf-the-greybeard[bot]
2026-03-09 19:22:10 +00:00
parent caee689f15
commit 7a035654c9
+1
View File
@@ -148,5 +148,6 @@ jobs:
--body "Automated version bump and checksum update for v${VERSION}." \
--base main \
--head "release/v${VERSION}"
gh pr merge "release/v${VERSION}" --auto --squash --delete-branch
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}