]> git.rmz.io Git - dotfiles.git/blob - bugwarrior/bugwarrior.toml
bugwarrior: pull springfield and todos
[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 annotation_links = true
10
11 [fpp_gitlab]
12 service = "gitlab"
13 login = "samir.fpp"
14 token = ""
15 host = "gitlab.com"
16
17 include_repos = ["fppnt/sgnss/springfield"]
18 add_tags = ["work", "gitlab", "{{gitlabtype}}"]
19
20 owned = false
21 include_issues = true
22 include_merge_requests = true
23 include_todos = false
24 default_issue_priority = "L"
25 default_mr_priority = "H"
26
27 project_template = "stm.#{{gitlabnumber}}"
28 description_template = "{{gitlabtitle}}"
29
30 [fpp_gitlab_todo]
31 service = "gitlab"
32 login = "samir.fpp"
33 token = ""
34 host = "gitlab.com"
35
36 add_tags = ["work", "gitlab"]
37
38 owned = true
39 include_issues = false
40 include_merge_requests = false
41 include_todos = true
42 default_todo_priority = "M"