-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Some kind of "cleanup" command to remove all the issues that are done, in the case we no longer need to keep them around.
Workflow:
- Do work, tick off items, add new ones
- Team status meeting --- reporting items which are ticked off
- After meeting clean up list by removing completed items
- Go to 1
Might be best to replace the remove command with something that better suits the needs:
- remove a single task (completed or not)
- remove all completed tasks in (named) branch
- remove all tasks in (named) branch, ie remove branch entirely. (Maybe not; this is just equivalent to
rm .git/checklist/$branchso probably not worth the hassle.) - remove all completed tasks in all branches
Reactions are currently unavailable