4 taskrc = "~/.config/task/taskrc"
5 targets = ["fpp_gitlab_mr", "fpp_gitlab_issue", "fpp_gitlab_todo"]
10 annotation_links = false
11 annotation_comments = false
16 token = "@oracle:eval:pass fpp/gitlab.com/tokens/bugwarrior"
19 include_repos = ["fppnt/sgnss/springfield"]
20 add_tags = ["gitlab", "mr"]
23 include_issues = false
24 include_merge_requests = true
26 default_mr_priority = "H"
28 project_template = "stm.!{{gitlabnumber}}"
29 description_template = "{{gitlabtitle}}"
34 token = "@oracle:eval:pass fpp/gitlab.com/tokens/bugwarrior"
37 include_repos = ["fppnt/sgnss/springfield"]
38 add_tags = ["gitlab", "issue"]
42 include_merge_requests = false
44 default_issue_priority = "L"
46 project_template = "stm.#{{gitlabnumber}}"
47 description_template = "{{gitlabtitle}}"
52 token = "@oracle:eval:pass fpp/gitlab.com/tokens/bugwarrior"
55 add_tags = ["gitlab", "todo"]
58 include_issues = false
59 include_merge_requests = false
61 default_todo_priority = "M"