Replies: 3 comments
|
As for labels, maybe we could also add one similar to |
0 replies
|
The stale workflow was implemented in #853 and has been merged. The workflow is expected to remove the Before any stale issue reaches the 30-day auto-close threshold, we should consider one of the following:
|
0 replies
|
I think it would be better to convert some stale issues into discussions or recreate them as new discussions. These include:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, we have many open issues. Some of them are no longer relevant or remain open because it is unclear whether the reported problems have been resolved. These issues can create maintenance overhead.
To help clean up these issues, we could add a workflow using
actions/staleto notify issue participants that an inactive issue may be closed if there is no further activity. For example:.github/workflows/stale.yml:Similar stale workflows can be found in popular project, such as:
The exact time thresholds (210 + 30 days) can be adjusted. In the example above,
operations-per-runis kept low to avoid sending too many notifications at once.Any thoughts?
In addition, we may add the following new labels:
needs more infocan be used to indicate that we need additional details from the reporter. It is similar to GitHub's defaultquestionlabel.needs decisioncan be used for issues where FORM's intended behaviour is unclear. This label can help prevent such issues from being marked as stale until the intended behaviour is clarified.All reactions