From 15a94dfdafd1f3214eaae3ed7d6953d073b1ebab Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 7 Dec 2025 20:15:00 +0000 Subject: [PATCH] bugwarrior: disable annotations Comments as annotations is way WAY to noisy. --- bugwarrior/bugwarrior.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bugwarrior/bugwarrior.toml b/bugwarrior/bugwarrior.toml index fd5bb41..a92e2b3 100644 --- a/bugwarrior/bugwarrior.toml +++ b/bugwarrior/bugwarrior.toml @@ -4,9 +4,11 @@ taskrc = "~/.config/task/taskrc" targets = ["fpp_gitlab", "fpp_gitlab_todo"] -shorten = false -inline_links = true -annotation_links = true +shorten = false +inline_links = true + +annotation_links = false +annotation_comments = false [fpp_gitlab] service = "gitlab" -- 2.51.2