-
Notifications
You must be signed in to change notification settings - Fork 374
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
ci: Automatically label and close stale issues #763
base: main
Are you sure you want to change the base?
ci: Automatically label and close stale issues #763
Conversation
This helps to keep the list of issues short and relevant.
06d35d5
to
b168730
Compare
First, you are the most active committer on this project, so if you think it's a good idea, feel free to add this. My 2 cts :
But again, If you prefer the automatic job, feel free to do that. |
@mlasch @rettichschnidi What do you think about this. |
days-before-issue-close: 365 | ||
stale-issue-label: "stale" | ||
stale-issue-message: "This issue is stale because it has been open for a year with no activity." | ||
close-issue-message: "This issue was closed because it has been inactive for a year since being marked as stale." |
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.
IMHO, if doing this (unsure if a good idea at all), then we should to change the language to be a bit more inviting.
E.g.
close-issue-message: "This issue was closed because it has been inactive for a year since being marked as stale." | |
close-issue-message: "This issue was closed because it has been inactive for a year since being marked as stale. Feel free to re-open this issue if it is still relevant to you." |
And we should ensure the issue can actually be re-opened (by anyone).
This helps to keep the list of issues short and relevant.
Should we do some automatic clean-up tasks?
If yes: Should we also automatically close old PRs?
TODO: remove
debug-only