chore(coderabbit): flip request_changes_workflow → false (advisory posture)#150
Conversation
…sture) CodeRabbit's "Request Changes" reviews block GitHub native auto-merge even with 0 required approvals on branch protection — so a CodeRabbit review on a Renovate or owner PR while no human is available to dismiss or address it would freeze the merge indefinitely. Aligns NET.Sdk with Analyzers / Roslyn.Utilities / Agents, which already made this flip (Agents commit bc06b2e). Folds into the auto-merge hygiene PR since it's the same concern: keep auto-merge from being blocked by advisory bot reviews when the owner is away. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
@coderabbitai autofix |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Note Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it. Autofix skipped. No unresolved CodeRabbit review comments with fix instructions found. |
There was a problem hiding this comment.
Pull request overview
This PR adjusts the repository’s CodeRabbit configuration to adopt an “advisory” review posture so that CodeRabbit feedback is posted as comments rather than “Request Changes” reviews, avoiding blocked GitHub native auto-merge.
Changes:
- Flips
.coderabbit.yamlreviews.request_changes_workflowfromtruetofalse. - Adds inline configuration comments documenting the rationale and alignment with other related repos.
Summary
Aligns NET.Sdk's CodeRabbit posture with the other 3 framework repos
(Analyzers, Roslyn.Utilities, Agents): CodeRabbit posts comments rather
than "Request Changes" reviews, so its feedback never blocks GitHub
native auto-merge.
Why
CodeRabbit's "Request Changes" reviews block native auto-merge even
with 0 required approvals on branch protection (GitHub-wide behavior).
On a Renovate or owner PR opened while no human is around to dismiss or
address the review, that means the PR sits indefinitely.
The other 3 framework repos already flipped this (Agents commit
bc06b2e); NET.Sdk was missed. Folding the fix in now since the
follow-on auto-merge PR (#149) already squash-merged before I could
amend it onto that branch.
Test plan
Request Changes — verifiable on the next Renovate PR
🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmithwith what you need.