-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Improve Stale management #748
base: master
Are you sure you want to change the base?
Conversation
.github/workflows/stale.yaml
Outdated
@@ -9,11 +9,12 @@ jobs: | |||
steps: | |||
- uses: actions/stale@v9 | |||
with: | |||
stale-issue-message: 'This issue is stale because it has been open 730 days with no activity. Remove stale label or comment or this will be closed in 5 days.' | |||
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.' | |||
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' | |||
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this line needs to be updated also to reflect 10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
..line 14 "close-issue-message" line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@dotasek also good for you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The general consensus from the HAPI side of things, via @michaelabuckley and @jamesagnew, is that a 3 month span is far too short, particularly since both projects have a quarterly release cycle.
I think a review of how long it takes issues to be resolved would give us a better idea of 'how short is too short'.
The starter project releases are not necessarily bound to the parent project as features have been added over time independent of the parent - just saying. It is however convenient that major/minor matches between the projects. |
In order to make the most of our time managing issues, i am suggesting to reduce drastically the time for tagging as stale and increasing the time for comment / update before closing time.
I would also add a "whitelist" label so it is not affected by it ("bug")