fix: enable CodeRabbit auto-review on alpha branch#1235
Merged
mergify[bot] merged 1 commit intomainfrom Apr 7, 2026
Merged
Conversation
Replace the catch-all `.*` regex in base_branches with explicit `main` and `alpha` entries so CodeRabbit reliably triggers on PRs targeting either branch. Closes #1134 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ktdreyer
approved these changes
Apr 7, 2026
Merge Queue Status
This pull request spent 15 seconds in the queue, including 1 second running CI. Required conditions to merge
|
Gkrumbach07
added a commit
that referenced
this pull request
Apr 7, 2026
## Summary Rewrite the review queue from an LLM-powered session to a deterministic shell script. Now acts as a strict readiness gate — only PRs that are actually mergeable get added to the milestone and notified in Slack. ## Changes ### Review Queue (`pr-merge-review.yml`) - **Hourly** (was daily at 1pm) - **Shell-driven** (was LLM session — cheaper, faster, deterministic) - **Strict readiness check**: CI must pass (not pending), no changes requested, not draft - **Milestone management**: adds ready PRs, removes ones that fell out of readiness - **Slack notification only for NEW additions** — not every run, not every PR - Milestone description auto-updated with ready/not-ready lists ### Amber Handler - **Removed "PR created" Slack notifications** — these were noisy - The review queue now handles the notification when PRs are actually ready ## Slack message format ``` 📋 2 PRs ready for review • #1234 — Fix session timeout handling • #1235 — Add model selector to header Total in Review Queue: 5 ``` ## Test plan - [ ] Manual dispatch review queue — verify milestone updated - [ ] Open a PR with CI passing — verify it gets added and Slack notified - [ ] PR with failing CI — verify NOT added to milestone - [ ] Draft PR — verify skipped 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed Slack prompts from PR-creation session flows * Review-queue schedule changed to run hourly on weekdays * Added concurrency controls to review-queue runs * **New Features** * Review queue now evaluates PR readiness (drafts, CI, reviews) and updates a milestone * Slack notifications for PRs newly marked as ready * Batch PR fixer now skips healthy PRs by checking CI, mergeability, and review states * PR comments and bodies now include a session footer/link when relevant <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Ambient Code Bot <bot@ambient-code.local> Co-authored-by: Claude Opus 4.6 (1M context) <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.
Summary
.*regex inbase_brancheswith explicitmainandalphaentries so CodeRabbit reliably triggers auto-reviews on PRs targeting either branch.Closes #1134
Test plan
alphaand verify CodeRabbit triggers a reviewmaincontinue to receive CodeRabbit reviews🤖 Generated with Claude Code