Skip to content

chore: enable CodeRabbit auto review on draft PRs#81

Merged
valbeat merged 1 commit into
mainfrom
chore/coderabbit-review-drafts
Jun 10, 2026
Merged

chore: enable CodeRabbit auto review on draft PRs#81
valbeat merged 1 commit into
mainfrom
chore/coderabbit-review-drafts

Conversation

@valbeat

@valbeat valbeat commented Jun 10, 2026

Copy link
Copy Markdown
Owner

Summary

CodeRabbit の自動レビューがドラフトPRでもスキップされず実行されるようにする。

Changes

  • .coderabbit.yaml: reviews.auto_review.draftsfalsetrue に変更

Notes

  • このリポジトリではPRをドラフトで作成する運用のため、drafts: false だと作成直後の自動レビューが常に「Review skipped (Draft detected)」になっていた(例: test: add assertType coverage for untested type inference cases #80
  • ドラフト段階からレビューが不要な場合は、従来どおり @coderabbitai ignore で個別に抑制できる

PRはドラフトで作成する運用のため、drafts: false だと作成直後の
自動レビューが常にスキップされる。ドラフトでもレビューが走るようにする。
@valbeat valbeat self-assigned this Jun 10, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (81c6834) to head (6b2c333).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

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           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@valbeat valbeat marked this pull request as ready for review June 10, 2026 09:10
Copilot AI review requested due to automatic review settings June 10, 2026 09:10
@valbeat valbeat merged commit e94b3f6 into main Jun 10, 2026
9 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: true in .coderabbit.yaml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants