chore: enable CodeRabbit auto review on draft PRs#81
Conversation
PRはドラフトで作成する運用のため、drafts: false だと作成直後の 自動レビューが常にスキップされる。ドラフトでもレビューが走るようにする。
There was a problem hiding this comment.
Code Review
This pull request updates the .coderabbit.yaml configuration file to enable automatic reviews for draft pull requests by setting drafts to true under the auto_review section. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 40 40
===========================================
Files 2 2
Lines 80 80
===========================================
Hits 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
There was a problem hiding this comment.
Pull request overview
This PR updates the CodeRabbit configuration so automated reviews run even when a pull request is in Draft state, aligning with the repository’s workflow of creating PRs as drafts.
Changes:
- Enable CodeRabbit auto review on draft PRs by setting
reviews.auto_review.drafts: truein.coderabbit.yaml.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
CodeRabbit の自動レビューがドラフトPRでもスキップされず実行されるようにする。
Changes
.coderabbit.yaml:reviews.auto_review.draftsをfalse→trueに変更Notes
drafts: falseだと作成直後の自動レビューが常に「Review skipped (Draft detected)」になっていた(例: test: add assertType coverage for untested type inference cases #80)@coderabbitai ignoreで個別に抑制できる