-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Enable stale bot for PRs and questions #2731
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2731 +/- ##
=======================================
Coverage 95.82% 95.82%
=======================================
Files 217 217
Lines 9650 9650
=======================================
Hits 9247 9247
- Misses 331 332 +1
+ Partials 72 71 -1
Continue to review full report at Codecov.
|
.github/stale.yml
Outdated
markComment: > | ||
This pull request has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. You may re-open | ||
it if you need more time. Thank you for your contributions. |
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 for your contributions.
sounds ironic here. I would either remove, or make it "warmer":
it if you need more time. Thank you for your contributions. | |
it if you need more time. We really appreciate your contribution and we are sorry that this hasn't been completed. |
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.
sgtm, but I would move this to the Close comment instead.
.github/stale.yml
Outdated
it if you need more time. Thank you for your contributions. | ||
closeComment: > | ||
This pull request has been automatically closed due to inactivity. You may re-open | ||
it if you need more time. Thank you for your contributions. |
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.
it if you need more time. Thank you for your contributions. | |
it if you need more time. |
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Pull request has been modified.
* Enable stale bot for PRs and questions Signed-off-by: Yuri Shkuro <[email protected]> * make it "warmer" Signed-off-by: Yuri Shkuro <[email protected]> * change stale label Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Resolves #2717
@jpkrohling PTAL