]> git.rmz.io Git - dotfiles.git/blob - bugwarrior/bugwarrior.toml
gpg: extend default cache to 30min
[dotfiles.git] / bugwarrior / bugwarrior.toml
1 # vim: set ft=toml:
2
3 [general]
4 taskrc = "~/.config/task/taskrc"
5 targets = ["fpp_gitlab_mr", "fpp_gitlab_issue", "fpp_gitlab_todo"]
6
7 shorten = false
8 inline_links = true
9
10 annotation_links = false
11 annotation_comments = false
12
13 [fpp_gitlab_mr]
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 = ["gitlab", "mr"]
21
22 owned = false
23 include_issues = false
24 include_merge_requests = true
25 include_todos = false
26 default_mr_priority = "H"
27
28 project_template = "stm.!{{gitlabnumber}}"
29 description_template = "{{gitlabtitle}}"
30
31 [fpp_gitlab_issue]
32 service = "gitlab"
33 login = "samir.fpp"
34 token = "@oracle:eval:pass fpp/gitlab.com/tokens/bugwarrior"
35 host = "gitlab.com"
36
37 include_repos = ["fppnt/sgnss/springfield"]
38 add_tags = ["gitlab", "issue"]
39
40 owned = false
41 include_issues = true
42 include_merge_requests = false
43 include_todos = false
44 default_issue_priority = "L"
45
46 project_template = "stm.#{{gitlabnumber}}"
47 description_template = "{{gitlabtitle}}"
48
49 [fpp_gitlab_todo]
50 service = "gitlab"
51 login = "samir.fpp"
52 token = "@oracle:eval:pass fpp/gitlab.com/tokens/bugwarrior"
53 host = "gitlab.com"
54
55 add_tags = ["gitlab", "todo"]
56
57 owned = true
58 include_issues = false
59 include_merge_requests = false
60 include_todos = true
61 default_todo_priority = "M"