[Fix] CodeRabbit skips updates to label-opted PRs - #1457
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Review processThis PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging.
Current step: The required review sequence passed. Remaining merge requirements apply. |
edelauna
marked this pull request as ready for review
August 31, 2026 01:08
edelauna
requested review from
JamesRobert20,
edelauna,
hannesrudolph,
navedmerchant and
taltas
as code owners
August 31, 2026 01:08
edelauna
approved these changes
Aug 31, 2026
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 changed
coderabbit-review-active.Why this change was made
CodeRabbit supports positive-label opt-in while automatic reviews are disabled, but later pushes are reviewed only when incremental review is enabled. With incremental review disabled, PRs such as #1421 showed “Review skipped” after a new head even after the workflow recycled the activation label.
Impact
Human-authored PRs remain ineligible for CodeRabbit until required CI passes and the workflow applies the managed label. Once opted in, subsequent pushes can receive the current-head review required by the review-state workflow.
There is no rendered extension UI change.