-
Notifications
You must be signed in to change notification settings - Fork 1k
Add additional issue and pr automation #14801
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
| - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 | ||
| with: | ||
| days-before-stale: 365 |
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.
if we wanted to take a more iterative approach, we could probably even start this at like 2 or 3 years, see what it yields, and then lower it until we get it to 365.
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. I think this will help considerably with managing the volume. Thanks.
|
I'm looking forward to merging this, but also nervous, let's give it a spin in contrib first? open-telemetry/opentelemetry-java-contrib#2305 |
Closes #9289