Skip to content
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

Increase stale bot timeouts #2291

Merged
merged 1 commit into from Jan 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/stale.yml
@@ -1,11 +1,11 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 21
daysUntilStale: 365

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 60
daysUntilClose: 730

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []
Expand Down Expand Up @@ -39,7 +39,7 @@ unmarkComment: >

# Comment to post when closing a stale Issue or Pull Request.
closeComment: >
This issue has not been interacted with for 60 days since it was marked as stale! As such, the
This issue has not been interacted with for 365 days since it was marked as stale! As such, the
issue is now closed. If you have this issue or more information, please re-open the issue!

# Limit the number of actions per hour, from 1-30. Default is 30
Expand Down