commit bb9005f8c122389694a5983f3a1ba03b08b44cc2 parent b44a9e7efecb01dfdd177f254e4c92c55e67cb06 Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Sat, 12 Feb 2022 09:23:35 -0500 Added bugwarrior Diffstat:
| A | linux/.config/bugwarrior/bugwarriorrc | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/linux/.config/bugwarrior/bugwarriorrc b/linux/.config/bugwarrior/bugwarriorrc @@ -0,0 +1,17 @@ +# General stuff. +# https://bugwarrior.readthedocs.io/en/latest/common_configuration.html +[general] +targets = my_gitlab +taskrc = ~/.config/task/taskrc +inline_links = False +annotation_links = True +annotation_comments = True +legacy_matching = False +log.level = DEBUG + +[my_gitlab] +service = gitlab +gitlab.login = pablo-cardenas +gitlab.token = @oracle:eval:pass gitlab/pablo-cardenas | grep bugwarrior | grep token | awk -F ": " '{print $3}' +gitlab.host = gitlab.com +gitlab.include_repos = pablo-cardenas/dotfiles, pablo-cardenas/vimrc, pablo-cardenas/flask_imca, pablo-cardenas/pcardenasb