- Notifications
You must be signed in to change notification settings - Fork673
chore: add a stale workflow#1789
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I like this a lot! I'm still thinking about my comment from#1649 (comment). I'd limit it to issues and PRs where we're getting stuck because of user inaction, with no clarification - and not those that are confirmed bugs/valid requests but we haven't done anything about them. Does that make sense? For that we could maybe use I'd also make it a bit more lenient (maybe 90 days for stale, 15 days to close) in case people are on vacation? Sometimes even I don't respond to an issue within 30 days.. 😸 |
That could work. Just need to figure out what we want to use. But I would use
90 days! Seems so long 😁 But yeah can do that. |
43f1743
to0b87e22
CompareThere 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 we can go ahead with this with a few labels as suggested above@JohnVillalovos WDYT?
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Use the stale action to close issues and pull-requests with noactivity.Issues: It will mark them as stale after 60 days and then closethem once they have been stale for 15 days.Pull-Requests: It will mark pull-requests as stale after 90 days and then closethem once they have been stale for 15 days.https://github.com/actions/staleCloses:#1649
0b87e22
to2c036a9
Compare
Uh oh!
There was an error while loading.Please reload this page.
Use the stale action to close issues and pull-requests with no
activity.
Issues: It will mark them as stale after 60 days and then close
them once they have been stale for 15 days.
Pull-Requests: It will mark pull-requests as stale after 90 days and then close
them once they have been stale for 15 days.
https://github.com/actions/stale
Closes:#1649