# vim: set ft=toml: [general] taskrc = "~/.config/task/taskrc" targets = ["fpp_gitlab", "fpp_gitlab_todo"] shorten = false inline_links = true annotation_links = true [fpp_gitlab] service = "gitlab" login = "samir.fpp" token = "" host = "gitlab.com" include_repos = ["fppnt/sgnss/springfield"] add_tags = ["work", "gitlab", "{{gitlabtype}}"] owned = false include_issues = true include_merge_requests = true include_todos = false default_issue_priority = "L" default_mr_priority = "H" project_template = "stm.#{{gitlabnumber}}" description_template = "{{gitlabtitle}}" [fpp_gitlab_todo] service = "gitlab" login = "samir.fpp" token = "" host = "gitlab.com" add_tags = ["work", "gitlab"] owned = true include_issues = false include_merge_requests = false include_todos = true default_todo_priority = "M"