alstr / todo-to-issue-action

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

Make default todo label configurable #173

Closed mraht closed 6 months ago

mraht commented 10 months ago

Related to #172

I'd like to make the default todo label to be able to mark generated issues more clearer until a solution without a default todo label is available (maybe this could be done by only looking at issue status, number and/or title?)

As I'm only a beginner regarding docker and github actions it may be that I forgot something. Also I'm not sure how to test or debug this :/.

alstr commented 9 months ago

Hey, belated thanks for this. I'll take a look over things. There may be a potential issue with the TODO label changing over time and the action losing track of what it has created and what it hasn't. From memory though the label is mainly there to help with occasions when the action runs in quick succession so shouldn't be too big a deal.