Trigger CI on draft-to-ready PR conversion#1271
Conversation
Add ready_for_review to pull_request activity types so self-hosted tests run automatically when a PR is converted from draft to ready. Previously this required an empty commit or force-push to re-trigger. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
448d80f to
552f0be
Compare
Claude Code ReviewHead SHA: Summary
FindingsNo issues found. Improvement Opportunities
Verdict: LGTM. Safe, one-line CI quality-of-life fix. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request modifies the GitHub Actions test workflow configuration to explicitly specify which pull request event types trigger the workflow. Instead of listening to all pull request events, the workflow now runs only on opened, synchronize, reopened, and ready_for_review events. This is a single-line addition to Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1271 +/- ##
==========================================
- Coverage 44.07% 44.05% -0.02%
==========================================
Files 70 70
Lines 20431 20496 +65
Branches 1974 1991 +17
==========================================
+ Hits 9004 9029 +25
- Misses 10291 10328 +37
- Partials 1136 1139 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
ready_for_reviewtopull_requestactivity types intest.ymlpull_requestdefaults to[opened, synchronize, reopened]— this addsready_for_reviewto that listChange
One line in
.github/workflows/test.yml:Test plan