-
Notifications
You must be signed in to change notification settings - Fork 80
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
github stale action #7990
github stale action #7990
Conversation
ccd89bf
to
ea15bfa
Compare
Ack. |
.github/workflows/stale.yml
Outdated
with: | ||
days-before-stale: 60 | ||
days-before-pr-stale: 60 | ||
days-before-issue-stale: 60 |
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.
days-before-issue-stale too little of an interval. Lets set to 180 days
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 6 months is too much. I would keep it 90 days, and if it gets stale we can always post a comment or remove the stale label to avoid closing it.
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.
90 days in the issue list are still things we don't want to lose. It's too short.
You will still get your value with 180 days
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.
we don't close after 90, we only mark 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.
currently in this config it will close if there is no update for another 30 days after labeling as stale
ea15bfa
to
0e8526f
Compare
Signed-off-by: Guy Margalit <guymguym@gmail.com>
0e8526f
to
065eb90
Compare
Explain the changes