Once a TODO / FIXME comment has been removed from a source code file, we would like to delete it from the auto-created Github TODO issue comments. Preferable approach: - [x] Get all current issue comments on GitHub. #69 - [ ] Cross check whether returned Github issues ( done in #69 ) still exist in the source code. Return a list of those that should be kept or removed. (#72 ) - [ ] Delete no longer existing issue comments (done in #72) from Github. (#57 ) - [ ] Remove an assignee from bot created issue once the issue no longer exists or has been checked #59
Once a TODO / FIXME comment has been removed from a source code file, we would like to delete it from the auto-created Github TODO issue comments.
Preferable approach: