From 31e86d51987d7a6df99a98798da55d5e0e062fa9 Mon Sep 17 00:00:00 2001 From: Christopher Tso Date: Fri, 26 Jun 2026 14:19:19 +0200 Subject: [PATCH] chore(entire): use manual commit strategy --- .entire/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.entire/settings.json b/.entire/settings.json index 2c214c9f3..21a209868 100644 --- a/.entire/settings.json +++ b/.entire/settings.json @@ -1,7 +1,5 @@ { "enabled": true, "telemetry": false, - "strategy_options": { - "push_sessions": false - } + "strategy": "manual-commit" }