]> git.rmz.io Git - dotfiles.git/commitdiff
bugwarrior: pull springfield and todos
authorSamir Benmendil <me@rmz.io>
Mon, 22 Sep 2025 12:53:46 +0000 (13:53 +0100)
committerSamir Benmendil <me@rmz.io>
Mon, 22 Sep 2025 12:53:46 +0000 (13:53 +0100)
Makefile
bugwarrior/bugwarrior.toml [new file with mode: 0644]

index 5a64e888bb086574b5675f31fc2bc2573c1a7c4e..3c3bb3ba8687cfa87ac78831950aada9872f81ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,10 @@ awesome: $(XDG_CONFIG_HOME) xinit
                awesome/widgets/net_widgets
 .PHONY: awesome
 
+bugwarrior: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
+.PHONY: bugwarrior
+
 dircolors: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/dircolors $(XDG_CONFIG_HOME)/dircolors
 .PHONY: dircolors
diff --git a/bugwarrior/bugwarrior.toml b/bugwarrior/bugwarrior.toml
new file mode 100644 (file)
index 0000000..5a990e1
--- /dev/null
@@ -0,0 +1,42 @@
+# 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"