🔧 config(greptile): on-call reviews only, skip automatic#128
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
biggest-littlest
left a comment
There was a problem hiding this comment.
One-line config, greptile on-call mode.
|
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)
📝 WalkthroughWalkthroughA new configuration file, greptile.json, is added containing a single setting, skipReview, set to "AUTOMATIC". No code, exported entities, or logic elsewhere in the repository is modified. Changes
No socket access, permission scope, or Go code paths are touched — this is a config-only addition, no proxy behavior change to flag. Related issues: None found. Related PRs: None found. Suggested labels: config, documentation Suggested reviewers: None suggested. Poem 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
ALARGECOMPANY
left a comment
There was a problem hiding this comment.
One-line config, greptile on-call mode.
|
| Filename | Overview |
|---|---|
| greptile.json | New Greptile configuration file that disables automatic PR reviews; Greptile will only run when explicitly invoked via @greptileai comment. |
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
Added
skipReview: "AUTOMATIC"togreptile.jsonso Greptile no longer runs automatically on every pull request.Updated the review behavior to make Greptile an on-demand second reviewer via
@greptileaicomments, while leaving CodeRabbit as the always-on reviewer.Verify the config value is correctly interpreted by Greptile in this repository’s review workflow.
Confirm the documented on-demand invocation syntax is surfaced somewhere discoverable for contributors.