From 12b00e86a5a6c4927acfa597a21255a0df8c39d8 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 10 Mar 2026 15:30:37 -0700 Subject: [PATCH] chore: add backlog-notify onStatusChange hook Co-Authored-By: Claude Opus 4.6 --- backlog/config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 backlog/config.yml diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..3c866eb --- /dev/null +++ b/backlog/config.yml @@ -0,0 +1,16 @@ +project_name: "Inward Travel" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +date_format: yyyy-mm-dd +max_column_width: 20 +default_editor: "nvim" +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 +onStatusChange: 'python3 /home/jeffe/Github/dev-ops/scripts/backlog-notify.py'