| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@vishesh92 pls verify this. Your tokens are affected :) |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #13996 +/- ##
============================================
- Coverage 19.73% 19.73% -0.01%
+ Complexity 19959 19956 -3
============================================
Files 6371 6371
Lines 575784 575784
Branches 70478 70478
============================================
- Hits 113653 113644 -9
- Misses 449778 449788 +10
+ Partials 12353 12352 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Disable automatic GitHub Copilot code reviews for draft pull requests while keeping automatic review enabled once a PR is ready for review and on subsequent pushes.
Rationale
A draft PR explicitly represents work that is not yet ready for review. Contributors may use drafts as an incremental remote workspace and push many incomplete commits while developing or testing a change. Running Copilot review on the initial draft and on every push during that phase creates review noise and consumes AI/Actions resources before the author has requested review.
This keeps the useful automatic review behaviour for PRs that are ready for review, including re-review after later pushes.
Change
Testing
Configuration-only change. Verified the resulting YAML diff changes only review_drafts from true to false.