ci(review): Skip Claude Code review for draft PRs#999
Conversation
Add condition to skip code review when PR is in draft state. This prevents unnecessary reviews while work is still in progress.
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
Caution Review failedThe pull request is closed. WalkthroughA condition is added to the Claude Code Review GitHub Actions workflow to skip processing when pull requests are marked as draft. The check is integrated into the existing conditional guard alongside repository and author validations. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
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 @@
## main #999 +/- ##
=======================================
Coverage 90.38% 90.38%
=======================================
Files 110 110
Lines 7890 7890
Branches 1528 1528
=======================================
Hits 7131 7131
Misses 759 759 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Skip Claude Code review when PR is in draft state to avoid unnecessary reviews while work is still in progress.
Checklist
npm run testnpm run lint