Tweak stale parameters

This commit is contained in:
François Voron
2020-12-07 07:51:05 +01:00
parent 7186554e30
commit 475c66801c

3
.github/stale.yml vendored
View File

@ -1,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 7
daysUntilStale: 14
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
@ -8,6 +8,7 @@ exemptLabels:
- security
- bug
- enhancement
- documentation
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable