Faeranne / github-todo

Github webhook to create issues for TODO items in commits.
3 stars 2 forks source link

Need to clean up titles without duplicating #2

Open Faeranne opened 10 years ago

Faeranne commented 10 years ago

Currently, titles are generated by taking any text after "TODO:". This can create some messy issue titles, which, if changed, will cause duplicate issues to be created. There needs to be a way to prevent this, but any avalible data for this may get changed. Ideas and suggestions are welcome.

hasezoey commented 6 years ago

how about only make it once, and only scanning the commit that are made, and not the full project again? and yes, i know it is old, but still open

Faeranne commented 6 years ago

Not without setting up a database connection. Since github-todo is a fairly dead project, I'm not currently looking to add anything that would incur costs, and heroku dbs cost money. If you have a suggestion for a free database that is secured, I'm listening.

hasezoey commented 6 years ago

when it is only for self-usage (or small public) then i recommend a Raspberry-Pi (with the distro "pi64") with nodejs + MongoDB