feat(auto-merge): key on claude/ instead of codex/#28
Merged
Conversation
The owner is standardizing on Claude Code for agent-driven work and no longer uses the OpenAI Codex connector. Retarget the fleet auto-merge template (and the control-plane's own copy) accordingly: - branch-prefix allowlist: codex/ -> claude/ (copilot/ kept) - drop the chatgpt-codex-connector[bot] approval clause - drop the now-dead pull_request_review trigger (its only consumer was the codex bot-approval clause) claude/ is already an established (if inconsistent) prefix across the fleet (e.g. this repo's #18/#20, qyl #432), authored by the owner via Claude Code. The companion qyl change encodes the convention in AGENTS.md so the trigger stays live. No reviewer automation added; change is scoped to the auto-merge surface only, per AGENTS.md hard rules. README "removed cron lanes" history and the AGENTS.md advisory-reviewer example list are left intact. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Note
|
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.
What
Retarget the fleet auto-merge surface from the OpenAI Codex connector to Claude Code. The owner is standardizing on Claude for agent-driven work and no longer uses Codex.
Changed both the canonical
templates/auto-merge.ymland this control-plane's own.github/workflows/auto-merge.yml(they must stay byte-identical; theenforce-repo-settingssweep propagates the template to every fleet repo that already carries anauto-merge.yml):codex/→claude/(copilot/kept).chatgpt-codex-connector[bot]approval clause.pull_request_reviewtrigger — its only consumer was the codex bot-approval clause.Why
claude/actually fires (not decorative)claude/is already an established—if inconsistent—prefix across the fleet, authored by the owner via Claude Code (this repo's #18claude/remove-brittle-automation, #20claude/fix-retired-review-delete-404; qyl #432claude/typespec-maf-prd-stub). There is no separate Claude bot identity (Claude Code pushes asANcpLua), so the trigger is branch-prefix-only — same semanticcodex/had. A companion qyl PR authorsAGENTS.md(currently a brokenCLAUDE.md → AGENTS.mdsymlink) to encode the convention so the prefix stays consistent going forward.Scope / safety
AGENTS.mdhard rules).codex-review.yml) and theAGENTS.mdadvisory-reviewer example list — both accurate descriptions, not active codex automation.Verification
yaml.safe_load; assertedclaude/+copilot/present,codex/chatgpt-codex-connectorabsent.templates/auto-merge.ymland.github/workflows/auto-merge.ymlconfirmed byte-identical.Complete and verified for this repo. Effective fleet-wide on the next
enforce-repo-settingssweep (weekly, Mon 17:00 UTC); qyl is updated immediately by the companion PR.🤖 Generated with Claude Code