🔧 update bugwarrior configuration
This commit is contained in:
parent
9ec11a8a24
commit
fff6089b96
1 changed files with 4 additions and 10 deletions
|
@ -66,7 +66,6 @@
|
|||
"terranix"
|
||||
"my_github"
|
||||
"logseq"
|
||||
#"nextcloud-deck"
|
||||
];
|
||||
log_level = "INFO";
|
||||
static_fields = [ "priority" ];
|
||||
|
@ -75,15 +74,9 @@
|
|||
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 = {
|
||||
service = "logseq";
|
||||
add_tags = "bugwarrior,logseq";
|
||||
add_tags = "bugwarrior_pull,logseq";
|
||||
description_template = "{{logseqtitle}}";
|
||||
};
|
||||
terranix = {
|
||||
|
@ -93,7 +86,7 @@
|
|||
username = "mrVanDalo";
|
||||
default_priority = "";
|
||||
description_template = "{{githubtitle}} {{githuburl}}";
|
||||
add_tags = "bugwarrior,github";
|
||||
add_tags = "bugwarrior_pull,github";
|
||||
project_template = "terranix";
|
||||
involved_issues = true;
|
||||
query = "org:terranix is:open";
|
||||
|
@ -106,13 +99,14 @@
|
|||
token = "@oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken";
|
||||
username = "mrVanDalo";
|
||||
description_template = "{{githubtitle}} {{githuburl}}";
|
||||
add_tags = "bugwarrior,github";
|
||||
add_tags = "bugwarrior_pull,github";
|
||||
include_user_issues = true;
|
||||
include_user_repos = true;
|
||||
exclude_repos = [
|
||||
"azubi"
|
||||
"csv-to-qif"
|
||||
"stepp0r"
|
||||
"nix-shell-mix"
|
||||
];
|
||||
};
|
||||
# todo : add github issues
|
||||
|
|
Loading…
Reference in a new issue