[chore] adjust stale bot settings

Give more time until marked as stale, currently too soon. Also exempt bug, bugs don't go stale.
pull/6517/head
Simon H 4 years ago committed by GitHub
parent ebaa891e69
commit 9467e4a780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.github/stale.yml vendored

@ -8,6 +8,7 @@ exemptLabels:
- popular
- pinned
- security
- bug
- "[Status] Maybe Later"
# Set to true to ignore issues in a project (defaults to false)
@ -31,7 +32,7 @@ limitPerRun: 30
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
pulls:
daysUntilStale: 180
daysUntilStale: 210
daysUntilClose: 25
markComment: >
This pull request has been automatically marked as stale because it has not had
@ -41,7 +42,7 @@ pulls:
This pull request has been closed as it was previously marked as stale and saw no subsequent activity.
issues:
daysUntilStale: 90
daysUntilStale: 180
daysUntilClose: 14
markComment: >
This issue has been automatically marked as stale because it has not had

Loading…
Cancel
Save