JasonEtco/todo

[BUG] Issues aren't created with custom keywords

Opened this issue · 1 comments

Describe the bug
todo isn't creating new issues from custom-defined keywords.

To Reproduce
Steps to reproduce the behavior:

  1. Create a config.yml file with custom keyword: "TODO WTS";
  2. Insert a comment like // TODO WTS: Make something awesome with WinTS;
  3. git push;
  4. Issue isn't created.

Expected behavior
Comments with TODO WTS should create issues in GitHub.

Screenshots
Actual code:
image

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.