Closed funguscolander closed 4 years ago
Thanks for opening @C-Fergus 🙏 the change in #242 caused issues with keywords that have a preceding @
; if you remove that you'll be able to use a custom keyword.
todo:
- keyword: @makeAnIssue
+ keyword: makeAnIssue
There's a test that confirms this behavior:
That said, the docs need updating. If you're up for a PR that'd be great!
I think the issue may be with using any symbol before any text as "/" also does not work (maybe you can't use symbols at all?). I'm up for a pull request, would it be for updating the documentation or for changing the usage to accept symbols?
Heya folks, confirming I'm seeing the same issue. I also just deleted the entire todo.yml config and still not getting issues with @todo or TODO
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.
Describe the bug When you use custom keywords, including the following code which is provided in the Configuring for your project section of the readme, issues are not created:
todo: keyword: "@makeAnIssue"
To Reproduce Steps to reproduce the behavior:
.github/config.yml
file with a custom keyword such as@makeAnIssue
.Expected behavior A new issue should be created upon pushing