-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathgreptile.json
More file actions
12 lines (8 loc) · 987 Bytes
/
Copy pathgreptile.json
File metadata and controls
12 lines (8 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{
"_comment": "Per-repo Greptile config. Greptile is now OPT-IN: it does NOT auto-review PRs (skipReview: AUTOMATIC). Each review costs real budget (~$1 overage past the 50/seat/month Pro plan) and most of our PRs are high-confidence UI/CSS/SPA iteration that doesn't need it. Trigger a review on demand by commenting '@greptileai' on the PR. Autopilot policy: only invoke it on IMPORTANT PRs — auth/session/CSRF, crypto/secrets, subprocess/shell, user-controlled file paths, new routes, DB/migrations, or medium+ multi-file logic — not on routine high-confidence UI/CSS/copy changes. The automated security gate for risky changes is /security-review, not Greptile.",
"skipReview": "AUTOMATIC",
"triggerOnUpdates": false,
"triggerOnDrafts": false,
"ignorePatterns": "cps/translations/**\nmessages.pot\nCONTRIBUTORS\nLICENSE*\n*.po\n*.pot\n.github/workflows/update-translations*.yml\nkubernetes/**\nnotes/**",
"disabledLabels": ["docs-only", "i18n", "translations"]
}