fix(ci): tap formula update via PR + auto-merge (branch protection on tap main) - #499
Open
Data-Wise wants to merge 1 commit into
Open
fix(ci): tap formula update via PR + auto-merge (branch protection on tap main)#499Data-Wise wants to merge 1 commit into
Data-Wise wants to merge 1 commit into
Conversation
…ted main Data-Wise/homebrew-tap enabled branch protection on main (PR-only + 2 required status checks), so the release workflow's direct push now fails with GH006. Push a bot/flow-cli-<version> branch, open a PR via gh, and enable auto-merge so it lands when the tap's required checks pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Data-Wise
added a commit
to Data-Wise/homebrew-tap
that referenced
this pull request
Aug 24, 2026
url + sha256 for the v7.17.0 tag. Done by hand because the automated path is broken: flow-cli's homebrew-release workflow pushes the formula directly to this repo's main, which is protected (PR required, 2 status checks), so it fails on every release with 'protected branch hook declined'. Data-Wise/flow-cli#499 has carried the fix since 2026-07-19 and is still open. flow-cli is marked "generated": false in generator/manifest.json, so hand-editing Formula/flow-cli.rb is the correct path here and does not trip the regen drift check. sha256 verified against the published tarball. Co-authored-by: Test User <test@example.com>
1 task
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
Data-Wise/homebrew-tap enabled branch protection on
main(PR-only, 2 required status checks), so this repo's release workflow's direct push to tap main now fails with GH006 (first seen on atlas v0.14.0, 2026-07-19).The tap-push step now: commits on a per-version
bot/branch, opens a tap PR viagh(idempotent on re-runs), and enables auto-merge (squash) so it lands once the tap's required checks pass, with an immediate-merge fallback. Tap repo now hasallow_auto_merge+delete_branch_on_mergeenabled.Same fix applied ecosystem-wide: atlas#101, homebrew-tap#168 (reusable workflow, repairs the 6
auto_merge: truecallers), craft, flow-cli, folio, scribe.Test plan
actionlint: clean for the changed step (pre-existing infos in untouched steps are baseline)🤖 Generated with Claude Code