feat(review): skip auto-review of docs-only PRs via review.auto_review.skip_docs_only - #3691
feat(review): skip auto-review of docs-only PRs via review.auto_review.skip_docs_only#3691pekar9781 wants to merge 3 commits into
Conversation
…w.skip_docs_only Add manifest parsing and eligibility checks so PRs whose changed files are all docs can bypass the review path when the knob is enabled. Co-authored-by: Cursor <cursoragent@cursor.com>
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Reconcile with the merged JSONbored#3690 base while keeping public-surface eligibility, stored-file fallback, and isDocsOnlyChangedPaths wiring. Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3691 +/- ##
==========================================
- Coverage 93.35% 93.35% -0.01%
==========================================
Files 315 315
Lines 32191 32204 +13
Branches 11809 11815 +6
==========================================
+ Hits 30053 30065 +12
Misses 1507 1507
- Partials 631 632 +1
🚀 New features to boost your workflow:
|
…3693) Keep docs-only path fallback in resolveAutoReviewSkipForPullRequest while incorporating max_added_lines/max_files wiring. Fix base-branch precedence test by disabling skipDocsOnly for that case. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 Gittensory review result - reject/close recommendedReview updated: 2026-07-06 04:55:38 UTC
🛑 Suggested Action - Reject/Close
Review summary Nits — 5 non-blocking
Why this is blocked
CI checks failing
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
|
Gittensory is closing this pull request on the maintainer's behalf (CI is failing (codecov/patch); No linked issue detected). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Closes #2063
Summary
review.auto_review.skip_docs_onlyand round-trip it throughreviewConfigToJson.decideReviewEligibilityandevaluateAutoReviewSkipReasonwith a docs-only branch usingisDocsOnlyChangedPaths(empty file lists stay eligible).Test plan
npm run typecheckMade with Cursor