chore(config): disable auto_commit in backlog configuration to prevent automatic commits

This commit is contained in:
Andras Bacsai
2025-08-26 15:25:18 +02:00
parent 3b9031dcee
commit ce14574e5d

View File

@@ -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