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:
@@ -148,5 +148,6 @@ jobs:
|
|||||||
--body "Automated version bump and checksum update for v${VERSION}." \
|
--body "Automated version bump and checksum update for v${VERSION}." \
|
||||||
--base main \
|
--base main \
|
||||||
--head "release/v${VERSION}"
|
--head "release/v${VERSION}"
|
||||||
|
gh pr merge "release/v${VERSION}" --auto --squash --delete-branch
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user