stacksgov / pm

Project management related to stacks governance
https://pm.stacksgov.com/
Creative Commons Zero v1.0 Universal
14 stars 7 forks source link

Handling stale issues #126

Closed whoabuddy closed 3 years ago

whoabuddy commented 3 years ago

Action Item

How should we handle stale issues?

For example, #83 is a great idea, but the author has not been in the meetings for updates and there are no new comments since 11/19/2020.

I propose we add a stale issue action to the repo, such that:

  1. if there is no activity in 14 days, a notification is added via comment to the issue that it will be closed in 14 days with no activity
  2. if there is no activity in the next 14 days, a notification is added via comment and the issue is closed

The comments would feed through to Stacks Discord via the #stacksgov-notifs channel to make sure they can be seen by all, and issues can be reopened if something is closed by mistake.

lrettig commented 3 years ago

This is a great candidate for a github app/bot, e.g., https://github.com/apps/stale :)

whoabuddy commented 3 years ago

Added bot in #137