ci: enable the PR readiness helper - #55
Open
Joibel wants to merge 1 commit into
Open
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR readiness workflow now enables live commenting and draft conversion by default. The documentation now describes only the behavior that occurs when ChangesPR readiness workflow
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The helper was merged with DRY_RUN on so its decisions could be verified from job summaries on real PRs. Flip DRY_RUN off so it now posts its sticky comment and drafts not-ready PRs for real. Signed-off-by: Alan Clucas <alan@clucas.org> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GYsLgxBxPGMmJYyfmXdvaJ
Joibel
force-pushed
the
claude/pr-readiness-helper-lt4r0y
branch
from
August 10, 2026 13:00
db926e8 to
22e482b
Compare
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.
Motivation
The PR readiness helper merged with
DRY_RUN: "true"so its decisions could be verified from job summaries on real PRs before it started posting. This PR takes it live.Modifications
DRY_RUNfrom"true"to"false"in.github/workflows/pr-readiness.yaml, so the helper now posts its sticky comment and moves not-ready PRs to draft instead of only rendering to the job summary.Verification
No logic changes — the flag is read by the existing, unit-tested workflow steps, and the dry-run phase exercised the same code path end to end on real PRs.
Documentation
.github/pr-readiness/README.mdupdated to match the live state.AI
This PR was prepared with Claude Code (workflow edit, README update, and this description).
Generated by Claude Code
Summary by CodeRabbit
New Features
Documentation