Update stale.yml

This commit is contained in:
Vinnie Falco
2018-09-13 09:50:18 -07:00
parent f32a8e2c99
commit 16c5eec2f2

5
.github/stale.yml vendored
View File

@@ -1,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale # Number of days of inactivity before an issue becomes stale
daysUntilStale: 30 daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed # Number of days of inactivity before a stale issue is closed
daysUntilClose: 7 daysUntilClose: 7
# Issues with these labels will never be considered stale # Issues with these labels will never be considered stale
@@ -10,7 +10,10 @@ exemptLabels:
- Doc - Doc
- Example - Example
- Feature - Feature
- Optimization
- Spec
- Talk - Talk
- Test
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: Stale staleLabel: Stale
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable