alstr / todo-to-issue-action

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

Minor doubt regarding default identifiers. #185

Closed adriangalilea closed 4 months ago

adriangalilea commented 4 months ago

After re-reading the README is not clear to me which identifiers it accepts by default, I think this can be easily fixed.

Doubts to address: Does FIXME work by default? If so, which others are included?

alstr commented 4 months ago

TODO is the only default identifier. Others can be added via the IDENTIFIERS input in workflow.yml.

https://github.com/alstr/todo-to-issue-action/blob/0f3f027d6945eb1eb6dc50a345bb23151b82cfbc/main.py#L306