diff --git a/backlog/config.yml b/backlog/config.yml index 28f4e4b..b8919e8 100644 --- a/backlog/config.yml +++ b/backlog/config.yml @@ -1,5 +1,15 @@ -project_name: MycoFi Earth -statuses: - - To Do - - In Progress - - Done +project_name: "MycoFi Earth" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +date_format: yyyy-mm-dd +max_column_width: 80 +auto_open_browser: true +default_port: 6420 +remote_operations: true +auto_commit: false +bypass_git_hooks: false +check_active_branches: true +active_branch_days: 30 +task_prefix: "task" +onStatusChange: 'python3 /home/jeffe/Github/dev-ops/scripts/backlog-notify.py'