Stop bumping homebrew on release#13479
Merged
Merged
Conversation
williammartin
commented
May 21, 2026
| @@ -1,26 +0,0 @@ | |||
| name: homebrew-bump-debug | |||
Member
Author
There was a problem hiding this comment.
This existed from a period of time when I was trying to debug homebrew failures. Was never used since.
babakks
approved these changes
May 21, 2026
65d10ec to
b49fc31
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the automated Homebrew formula bump from the release workflow and updates release documentation to reflect relying on Homebrew’s autobump instead of opening PRs via a legacy PAT.
Changes:
- Removed the Homebrew bump step from the main deployment workflow (and deleted the standalone debug workflow).
- Updated release docs to stop claiming the release process bumps Homebrew automatically and to describe Homebrew autobump.
- Adjusted the deep-dive documentation to remove the workflow-step details for the Homebrew bump.
Show a summary per file
| File | Description |
|---|---|
| docs/releasing.md | Removes “Homebrew bump” from the automated release checklist and adds a “Bumping Homebrew” section describing autobump. |
| docs/release-process-deep-dive.md | Removes Homebrew bump from the high-level workflow overview and deletes the workflow-step snippet; updates narrative around Homebrew handling. |
| .github/workflows/homebrew-bump.yml | Deletes the standalone debug workflow that could open Homebrew bump PRs. |
| .github/workflows/deployment.yml | Removes the Homebrew bump PR step from the production release workflow. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 2
7 tasks
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
babakks
approved these changes
May 21, 2026
BagToad
approved these changes
May 21, 2026
mdrichardson
added a commit
to mdrichardson/max-flow
that referenced
this pull request
May 21, 2026
- Count probe now ships a canonical -F-variables gh api graphql command;
past incident: agent wrote \" inside PowerShell single quotes, GraphQL
silently rejected the payload inside a catch {}, monitor assumed 0
comments for a full session. Probe failure no longer silently means
"0 comments" — falls through to full REST fetch and surfaces in the
polling summary.
- Phase 7 thread-resolve was broken end-to-end: the single-comment REST
path 404s (right path is pulls/comments/{id}, no PR number), and
PullRequestReviewComment has no pullRequestReviewThread field in the
current GitHub GraphQL schema. Replaced with reviewThreads + client-
side databaseId filter; verified against cli/cli#13479 in bash and
PowerShell.
- Poll loop now explicitly forbids improvised "CI fixed, stop here?" /
"waiting on reviewer, exit?" prompts. Tick-step-8 stop conditions
and SIGINT are the only authorized exits.
Co-Authored-By: Claude <noreply@anthropic.com>
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.
Description
Removes the automated Homebrew formula bump step from the release process.
Because the bump required a legacy PAT to open a PR between repos, it was deemed too much security risk. We now rely on Homebrew autobump, which runs every ~3 hours.
This should be paired with a homebrew-core PR for: