Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Avoid the old, untracked issue. #30

Open
frank-zsy opened this issue Jul 5, 2018 · 3 comments · May be fixed by #35
Open

[Feature] Avoid the old, untracked issue. #30

frank-zsy opened this issue Jul 5, 2018 · 3 comments · May be fixed by #35
Labels
good first issue Good for newcomers

Comments

@frank-zsy
Copy link
Member

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.

@allencloud
Copy link
Member

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

@frank-zsy
Copy link
Member Author

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

Stephlan pushed a commit to Stephlan/pouchrobot that referenced this issue Jul 10, 2018
Add backend interface for closing 30-day expired issues.
@frank-zsy
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
2 participants