Skip to content

🔧 config(greptile): on-call reviews only, skip automatic#128

Merged
scttbnsn merged 1 commit into
mainfrom
config/greptile-oncall
Jul 6, 2026
Merged

🔧 config(greptile): on-call reviews only, skip automatic#128
scttbnsn merged 1 commit into
mainfrom
config/greptile-oncall

Conversation

@scttbnsn

@scttbnsn scttbnsn commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

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" to greptile.json so Greptile no longer runs automatically on every pull request.

  • Updated the review behavior to make Greptile an on-demand second reviewer via @greptileai comments, 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.

@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sockguard-website Ready Ready Preview, Comment Jul 6, 2026 12:43am

@biggest-littlest biggest-littlest left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

One-line config, greptile on-call mode.

@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: bec08850-2cc0-4552-bd46-fe8905f67f1b

📥 Commits

Reviewing files that changed from the base of the PR and between 4f7352d and c93cce6.

📒 Files selected for processing (1)
  • greptile.json

📝 Walkthrough

Walkthrough

A 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

  • Added greptile.json with skipReview: "AUTOMATIC".

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
A gate stands watch, default-deny,
this diff just leaves a config nearby —
no socket widened, no scope grew,
three lines of JSON, nothing new.

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch config/greptile-oncall

Comment @coderabbitai help to get the list of available commands.

@ALARGECOMPANY ALARGECOMPANY left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

One-line config, greptile on-call mode.

@greptile-apps

greptile-apps Bot commented Jul 6, 2026

Copy link
Copy Markdown

Greptile Summary

Adds a greptile.json config file at the repo root with "skipReview": "AUTOMATIC", switching Greptile from an always-on automatic reviewer to an on-call reviewer that only runs when explicitly summoned via @greptileai comment.

  • Introduces greptile.json with a single skipReview field set to "AUTOMATIC", which is the correct Greptile config value for disabling unsolicited reviews while keeping on-demand invocation available.
  • No application code, tests, or other config is affected; CodeRabbit continues as the always-on reviewer per the PR description.

Confidence Score: 5/5

This PR is safe to merge — it only adds a three-line JSON config file with no impact on application code, tests, or CI.

The change is a single configuration file that controls Greptile's review behavior. It has no effect on the Go proxy, the TypeScript workspaces, Docker builds, or any CI pipeline beyond Greptile's own trigger logic. The field value "AUTOMATIC" is the documented way to opt out of automatic reviews.

No files require special attention.

Important Files Changed

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

@scttbnsn scttbnsn merged commit 93b9f86 into main Jul 6, 2026
39 checks passed
@scttbnsn scttbnsn deleted the config/greptile-oncall branch July 6, 2026 00:47
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.

3 participants