-
Notifications
You must be signed in to change notification settings - Fork 18
Add workflow to label stale issues and PRs #101
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
Conversation
As more and more issues and pull requests start to accumulate, it can be helpful to automatically label stale issues and PRs and automatically close them after a time. This workflow labels issues with `stale` if the have not had any activity for 90 days or more, and auto-closes them if they have not had any further activity 60 days after that.
LalehB
left a comment
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.
Thank you so much, Mike, for adding this. However, I have a concern about this approach:
-
What if there is a long-standing issue that needs time to address? It seems to me such issues could be handled manually.
-
That said, I think this is a nice idea for stale PRs.
Caught in review by @LalehB (c.f. comment quantumlib#101 (comment)).
It's true, sometimes issues do take long. There are several options:
It sounds like a new label might be worth adding. What should it be called? Random ideas off the top of my head: |
The official YAML file extension is actually `.yaml`. I've been trying to standardize on using that, but sometimes I miss it.
I really liked the |
LalehB
left a comment
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.
LGTM!
|
After more reflection, I think this is not worth doing at this time. There are not enough issues & PRs to make this worthwhile. Maybe in the future. |
As more and more issues and pull requests start to accumulate, it can be helpful to automatically label stale issues and PRs and automatically close them after a time.
This workflow labels issues with
staleif the have not had any activity for 90 days or more, and auto-closes them if they have not had any further activity 60 days after that.