docs: write the tap README#21
Merged
Merged
Conversation
Cover install, the Homebrew 6.0 tap-trust model (the fully-qualified install trusts just this formula; tap + short-name needs `brew trust`), what the formula ships (prebuilt per-arch binaries), updating via `brew upgrade` not `mergify self-update`, and a maintainer bump note. Closes MRGFY-7685 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: I1534e31aeaa2280b034e80e66f174aeaca9c95d0
Merge Protections🟢 All 5 merge protections satisfied — ready to merge. |
There was a problem hiding this comment.
Pull request overview
Expands the repository’s README from a stub into user-facing documentation that explains how to install and update mergify-cli from this Homebrew tap, including guidance around Homebrew’s Tap Trust model.
Changes:
- Adds detailed install instructions using the fully-qualified formula name and explains Tap Trust implications.
- Documents what the formula provides (prebuilt per-arch binaries) and how to upgrade safely via Homebrew.
- Adds maintainer update steps referencing the formula’s
RELEASEconstant and platformsha256s.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: Ia54569efeffd387a7814fd45c6fa34f55c79a454
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: Iafb11ae57da1ff1acaf9e776cc58364a0d91a153
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: I426ae0aeb8936d1f0a16ac1b8534de9516285564
JulianMaurin
approved these changes
Jun 16, 2026
jd
approved these changes
Jun 16, 2026
|
Queued — the merge queue status continues in this comment ↓. |
Merge Queue Status
This pull request spent 2 minutes 11 seconds in the queue, including 5 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.
Summary
The tap README was a 5-line stub. This fills it in:
brew install mergifyio/tap/mergify-cli(fully-qualified, one step).brew tap+ short-name install needsbrew trust mergifyio/tapfirst. Links to the Tap Trust docs.brew upgrade, notmergify self-update(mirrors the formula caveat).RELEASEconstant + foursha256s, open a PR.Closes MRGFY-7685.
Test Plan
brew test-botgreen (docs-only change; no formula edits)