From 6f563268fcca2627467d83258071543ebf1cd40e Mon Sep 17 00:00:00 2001 From: Pascal B <179493770+pascal-botpress@users.noreply.github.com> Date: Wed, 13 May 2026 08:54:12 -0400 Subject: [PATCH] fix(ci): don't automatically re-trigger greptile (#15182) --- .greptile/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.greptile/config.json b/.greptile/config.json index a8191b1a939..b9a11af6a78 100644 --- a/.greptile/config.json +++ b/.greptile/config.json @@ -1,7 +1,7 @@ { "strictness": 2, "commentTypes": ["info", "logic", "syntax"], - "triggerOnUpdates": true, + "triggerOnUpdates": false, "shouldUpdateDescription": false, "updateExistingSummaryComment": true, "summarySection": {