ci(release): merge the homebrew tap bump PR automatically#46
Merged
Conversation
The bump job only opened the PR, leaving the merge as a manual step that gets forgotten (the 0.5.0 bump was never merged). The tap has no CI or branch protection, so merge the PR right after opening it; it remains as an audit trail. Needs no new token permissions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bump-homebrewrelease job opened a tap PR but left merging manual, and that step gets forgotten — the 0.5.0 bump PR sat unmerged for two months (v0.7.0's needed a manual merge today).HOMEBREW_TAP_TOKENalready hascontents: write+pull-requests: write, which covers squash-merging.Test plan
vp test— unaffected (workflow-only change; suite passed on this base earlier today)vp lint— workflow YAML is outside lint scope;vp checkclean repo-widegh api .../branches/main→protected: false, no checks on bump branches), and exercised the identicalgh pr merge --squashagainst tap PR ci: add cross-platform check and binary build pipeline #4 for v0.7.0 with the same permission set