pouchrobot icon indicating copy to clipboard operation
pouchrobot copied to clipboard

[Feature] Avoid the old, untracked issue.

Open frank-zsy opened this issue 6 years ago • 3 comments

The user or developer will create issue to PouchContainer for issue report or something. For some issues, with some reason, we cannot reproduce the issue or has it fixed. However, the issue will look like orphan in the system.

For this reason, I propose to add the functionality in the PouchRobot to close the issue if no-one comments in 30 days. If PouchContainer still has the issue, this action will let the owner know that there is one orphan need help.

frank-zsy avatar Jul 05 '18 13:07 frank-zsy

I think this is quite important for us to handle issues as soon as possible. However, I think 30 days is a little bit short, how about 60 days, two months? @Frankzhaopku

allencloud avatar Jul 05 '18 16:07 allencloud

@allencloud I suppose this should be configurable, I will consider this during PR review.

frank-zsy avatar Jul 09 '18 05:07 frank-zsy

For this issue, I think the following steps could do it:

  1. when start the program, check all open issues and closed those whose last_updated is early than 30 days from now.
  2. Start a timer to run procedure 1 every day.

frank-zsy avatar Dec 03 '18 11:12 frank-zsy