-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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:
- Get all current issue comments on GitHub. Retrieve all comments / issues from bot created issues #60 #69
- Cross check whether returned Github issues ( done in Retrieve all comments / issues from bot created issues #60 #69 ) still exist in the source code. Return a list of those that should be kept or removed. (Return a list of comments to remove or edit on github #72 )
- Delete no longer existing issue comments (done in Return a list of comments to remove or edit on github #72) from Github. (Remove nolonger existing issue comments in source-code from github Issue #57 )
- Remove an assignee from bot created issue once the issue no longer exists or has been checked Remove an assignee from bot created issue once the issue no longer exists or has been checked #59
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels