]> git.rmz.io Git - dotfiles.git/blob - bugwarrior/bugwarrior.toml
bugwarrior: disable annotations
[dotfiles.git] / bugwarrior / bugwarrior.toml
1 # vim: set ft=toml:
2
3 [general]
4 taskrc = "~/.config/task/taskrc"
5 targets = ["fpp_gitlab", "fpp_gitlab_todo"]
6
7 shorten = false
8 inline_links = true
9
10 annotation_links = false
11 annotation_comments = false
12
13 [fpp_gitlab]
14 service = "gitlab"
15 login = "samir.fpp"
16 token = "@oracle:eval:pass fpp/gitlab.com/tokens/bugwarrior"
17 host = "gitlab.com"
18
19 include_repos = ["fppnt/sgnss/springfield"]
20 add_tags = ["work", "gitlab", "{{gitlabtype}}"]
21
22 owned = false
23 include_issues = true
24 include_merge_requests = true
25 include_todos = false
26 default_issue_priority = "L"
27 default_mr_priority = "H"
28
29 project_template = "stm.#{{gitlabnumber}}"
30 description_template = "{{gitlabtitle}}"
31
32 [fpp_gitlab_todo]
33 service = "gitlab"
34 login = "samir.fpp"
35 token = "@oracle:eval:pass fpp/gitlab.com/tokens/bugwarrior"
36 host = "gitlab.com"
37
38 add_tags = ["work", "gitlab", "todo"]
39
40 owned = true
41 include_issues = false
42 include_merge_requests = false
43 include_todos = true
44 default_todo_priority = "M"