chore: stalebot update

This commit is contained in:
Anurag 2020-12-07 00:40:48 +05:30
parent 3785de831b
commit 712fe64365

9
.github/stale.yml vendored
View file

@ -1,11 +1,14 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 2
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- feature
- enhancement
- help wanted
- bug
# 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