🔧 update bugwarrior configuration

This commit is contained in:
Ingolf Wagner 2024-09-27 15:06:12 +09:00
parent 9ec11a8a24
commit fff6089b96
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -66,7 +66,6 @@
"terranix" "terranix"
"my_github" "my_github"
"logseq" "logseq"
#"nextcloud-deck"
]; ];
log_level = "INFO"; log_level = "INFO";
static_fields = [ "priority" ]; static_fields = [ "priority" ];
@ -75,15 +74,9 @@
data.location=$HOME/.bugwarrior data.location=$HOME/.bugwarrior
''; '';
}; };
nextcloud-deck = {
service = "deck";
base_uri = "https://nextcloud.ingolf-wagner.de";
username = "palo";
password = "@oracle:eval:${pkgs.pass}/bin/pass show bugwarrior/nextcloud-deck/palo";
};
logseq = { logseq = {
service = "logseq"; service = "logseq";
add_tags = "bugwarrior,logseq"; add_tags = "bugwarrior_pull,logseq";
description_template = "{{logseqtitle}}"; description_template = "{{logseqtitle}}";
}; };
terranix = { terranix = {
@ -93,7 +86,7 @@
username = "mrVanDalo"; username = "mrVanDalo";
default_priority = ""; default_priority = "";
description_template = "{{githubtitle}} {{githuburl}}"; description_template = "{{githubtitle}} {{githuburl}}";
add_tags = "bugwarrior,github"; add_tags = "bugwarrior_pull,github";
project_template = "terranix"; project_template = "terranix";
involved_issues = true; involved_issues = true;
query = "org:terranix is:open"; query = "org:terranix is:open";
@ -106,13 +99,14 @@
token = "@oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken"; token = "@oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken";
username = "mrVanDalo"; username = "mrVanDalo";
description_template = "{{githubtitle}} {{githuburl}}"; description_template = "{{githubtitle}} {{githuburl}}";
add_tags = "bugwarrior,github"; add_tags = "bugwarrior_pull,github";
include_user_issues = true; include_user_issues = true;
include_user_repos = true; include_user_repos = true;
exclude_repos = [ exclude_repos = [
"azubi" "azubi"
"csv-to-qif" "csv-to-qif"
"stepp0r" "stepp0r"
"nix-shell-mix"
]; ];
}; };
# todo : add github issues # todo : add github issues