update stale no close

update configuration to not close issues
This commit is contained in:
Sage the Rage 2020-04-03 14:26:46 -07:00 committed by GitHub
parent 5c83219b45
commit dacb715ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.github/stale.yml vendored
View file

@ -2,10 +2,10 @@
# Number of days of inactivity before an issue becomes stale
# 600 is approximately 1 year and 8 months
daysUntilStale: 30
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
daysUntilClose: false
# Issues with these labels will never be considered stale
exemptLabels:
@ -17,6 +17,7 @@ exemptLabels:
- Bug
- Feature
- Test Failure
-ZD
# Label to use when marking an issue as stale
staleLabel: stale