Skip to content

Commit b28ebec

Browse files
authored
Add greptile.json: review non-draft PRs once, not per commit (#852)
Configure Greptile to review each PR once (on open / ready-for-review) instead of on every commit, and to skip drafts. - `triggerOnUpdates: false` — no re-review on new commits (Greptile defaults this on); the initial review still happens. - `triggerOnDrafts: false` — do not review draft PRs (Greptile default; set explicitly). - Keeps review noise to one pass per PR, matching how we want the repo's review bots to behave. --------- Signed-off-by: Clemens Volk <cvolk@nvidia.com>
1 parent 2b2e647 commit b28ebec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

greptile.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"triggerOnDrafts": false,
3+
"triggerOnUpdates": false
4+
}

0 commit comments

Comments
 (0)