chore(config): disable auto_commit in backlog configuration to prevent automatic commits
This commit is contained in:
parent
3b9031dcee
commit
ce14574e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ default_editor: "vim"
|
||||||
auto_open_browser: true
|
auto_open_browser: true
|
||||||
default_port: 6420
|
default_port: 6420
|
||||||
remote_operations: true
|
remote_operations: true
|
||||||
auto_commit: true
|
auto_commit: false
|
||||||
zero_padded_ids: 5
|
zero_padded_ids: 5
|
||||||
bypass_git_hooks: true
|
bypass_git_hooks: true
|
||||||
check_active_branches: true
|
check_active_branches: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue