feat: install mergify-cli from prebuilt binaries#19
Merged
Conversation
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. |
There was a problem hiding this comment.
Pull request overview
This PR updates the mergify-cli Homebrew formula to build the tool from its new Rust source distribution instead of using the prior Python virtualenv-based packaging, simplifying dependencies and aligning with upstream’s Rust port.
Changes:
- Switch formula source from PyPI sdist + Python resources to GitHub tag tarball built via
cargo install. - Replace Python dependencies/resources with Rust toolchain build dependencies (
rust,cmake) and plumb the calver into the binary viaMERGIFY_RELEASE_VERSION. - Tighten the
brew testassertion formergify stack --help.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b48f381 to
dddbad5
Compare
dddbad5 to
8364001
Compare
8364001 to
de762cd
Compare
de762cd to
f676216
Compare
mergify-cli ships standalone per-arch binaries, so install those directly (on_macos/on_linux + on_arm/on_intel; bin.install "mergify") instead of building or bottling. This also removes the bottle publish flow, which can't work under the org branch-creation rulesets (github-actions[bot] can't push a bottle branch): delete publish.yml, slim tests.yml to a binary install+test matrix, and drop the bottle queue from .mergify.yml. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: I558ebf7f79cc91b30b116bd213d0cc11a4d21f48
f676216 to
b4d212b
Compare
sileht
approved these changes
Jun 16, 2026
JulianMaurin
approved these changes
Jun 16, 2026
|
Queued — the merge queue status continues in this comment ↓. |
Merge Queue Status
This pull request spent 43 seconds in the queue, including 8 seconds running CI. Required conditions to merge
|
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.
Switches the formula to upstream's prebuilt per-arch binaries (no build/bottle) and retires the bottle pipeline — the bottle publish can't run under the org branch-creation rulesets (
github-actions[bot]can't push a bottle branch). Deletespublish.yml, slimstests.ymlto a cheap install+test matrix, and drops the bottle queue from.mergify.yml.Verified locally:
brew installthe binary →mergify 2026.6.15.1, plusbrew test/audit --strict/style/livecheckandmergify config validate/actionlintall pass.