🔧 config(greptile): on-call reviews only, skip automatic#54
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a new Changes
Sequence Diagram(s)Not applicable — this change adds a static configuration file with no runtime interaction to diagram. Estimated code review effort: Low Related issues: None provided. Related PRs: None provided. Suggested labels: config Suggested reviewers: None identified. Problem: Fix: if unintended, remove the file or set an explicit non-automatic policy: Poem: 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
biggest-littlest
left a comment
There was a problem hiding this comment.
One-line config, greptile on-call mode.
ALARGECOMPANY
left a comment
There was a problem hiding this comment.
One-line config, greptile on-call mode.
|
| Filename | Overview |
|---|---|
| greptile.json | New file adding skipReview: "AUTOMATIC" to configure Greptile as an on-demand reviewer rather than automatic on every PR. |
Reviews (1): Last reviewed commit: "🔧 config(greptile): on-call reviews onl..." | Re-trigger Greptile
Greptile joins as an on-call second reviewer, not an automatic one.
skipReview: "AUTOMATIC"turns off auto-reviews on every PR; summon it when wanted by commenting@greptileai(optionally with a question). CodeRabbit stays the always-on reviewer.🔧 Changed
skipReview: "AUTOMATIC"togreptile.jsonso Greptile no longer reviews every PR by default.@greptileaicomments, while leaving CodeRabbit as the always-on reviewer.Greptile will no longer act as an automatic reviewer on all pull requests.
Ensure the intended PR-comment workflow (
@greptileaiwith optional question) is documented for contributors.