[BUG] Issues aren't created with custom keywords
Opened this issue · 1 comments
Deleted user commented
Describe the bug
todo isn't creating new issues from custom-defined keywords.
To Reproduce
Steps to reproduce the behavior:
- Create a config.yml file with custom
keyword: "TODO WTS"
; - Insert a comment like
// TODO WTS: Make something awesome with WinTS
; git push
;- Issue isn't created.
Expected behavior
Comments with TODO WTS
should create issues in GitHub.
Additional context
config.yml
content:
todo:
keyword:
"TODO"
"TODO WTS"
label:
"tarefa"
stale commented
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.