Jeremy Kun on Nostr: So I wrote a little github action to help manage "TODO"s in my codebase: ...
So I wrote a little github action to help manage "TODO"s in my codebase: https://github.com/j2kun/todo-backlinks
With this action installed, put `TODO(#123): foo` anywhere in your codebase, and it will find the issue with id 123 and add/maintain a comment on the issue that links to the TODO. When the issue is closed, it will warn with another comment that there are still TODOs. When the TODO disappears, the comment will be updated/deleted.
Suggestions welcome!
With this action installed, put `TODO(#123): foo` anywhere in your codebase, and it will find the issue with id 123 and add/maintain a comment on the issue that links to the TODO. When the issue is closed, it will warn with another comment that there are still TODOs. When the TODO disappears, the comment will be updated/deleted.
Suggestions welcome!