Skip to content

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

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

🔧 config(greptile): on-call reviews only, skip automatic#54
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 reviews every PR by default.
  • Configured Greptile to be summoned on demand via @greptileai comments, while leaving CodeRabbit as the always-on reviewer.

⚠️ Breaking

  • Greptile will no longer act as an automatic reviewer on all pull requests.

  • Ensure the intended PR-comment workflow (@greptileai with optional question) is documented for contributors.

@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: a2e79915-36a8-4865-9a86-d8b0aed91257

📥 Commits

Reviewing files that changed from the base of the PR and between f740297 and 3378c1b.

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

📝 Walkthrough

Walkthrough

Adds a new greptile.json configuration file containing a single property, skipReview, set to "AUTOMATIC". No exported or public entity declarations are affected.

Changes

File Change
greptile.json New config file setting skipReview to "AUTOMATIC"

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: skipReview: "AUTOMATIC" disables automated review gating for this repo — verify this is intentional for a security-critical Docker proxy codebase, not a leftover default.

Fix: if unintended, remove the file or set an explicit non-automatic policy:
```json
{ "skipReview": "MANUAL" }
```

Poem:
A tiny file, three lines, no more,
Configures what we skip and skore.
No auth, no API, no code in sight—
Just a rabbit checking the config's plight. 🐇

🚥 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.

@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.

@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

This PR introduces a new greptile.json configuration file that sets skipReview: "AUTOMATIC", switching Greptile from an always-on automatic reviewer to an on-demand one that must be explicitly triggered via an @greptileai comment.

  • Adds greptile.json with a single skipReview: "AUTOMATIC" setting — a valid Greptile configuration value that suppresses automatic reviews on each PR open/update while preserving the ability to summon a review on demand.

Confidence Score: 5/5

Safe to merge — this is a non-code configuration change with no impact on application logic.

The change is a single-key JSON config file that adjusts reviewer tooling behavior only. There is no application code, no logic, and nothing that can regress. The skipReview: "AUTOMATIC" value is the correct setting to disable automatic Greptile reviews while keeping on-demand invocation available.

No files require special attention.

Important Files Changed

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

@scttbnsn scttbnsn merged commit 0b4055a into main Jul 6, 2026
20 checks passed
@scttbnsn scttbnsn deleted the config/greptile-oncall branch July 6, 2026 00:45
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