alstr / todo-to-issue-action

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

Extensionless files support + makefile language support added #180

Closed AingeruAlvarezSanchez closed 5 months ago

AingeruAlvarezSanchez commented 6 months ago

If no extension is found for a file, it searches if said file exists within the filenames list of the language.

alstr commented 5 months ago

This looks great, thanks very much.