From ce14574e5df0174f429e8f989c41ad2cd7e5c509 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:25:18 +0200 Subject: [PATCH] chore(config): disable auto_commit in backlog configuration to prevent automatic commits --- backlog/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backlog/config.yml b/backlog/config.yml index 9b5c15a0a..42af39aa7 100644 --- a/backlog/config.yml +++ b/backlog/config.yml @@ -9,7 +9,7 @@ default_editor: "vim" auto_open_browser: true default_port: 6420 remote_operations: true -auto_commit: true +auto_commit: false zero_padded_ids: 5 bypass_git_hooks: true check_active_branches: true