alstr / todo-to-issue-action

Action that converts TODO comments to GitHub issues on push.
MIT License
603 stars 115 forks source link

Allows to have no spaces between a comment pattern and a TODO identifier #164

Closed Christoph-Koschel closed 1 year ago

Christoph-Koschel commented 1 year ago

As mentioned in the title, you no longer need to include a space between a comment pattern and an identifier (See #155).

Additionally, I would like to mention that I have only updated some unit tests for the Julia programming language. If this is not sufficient, please leave a comment, and I will add more as needed.

alstr commented 1 year ago

Thanks very much!