commit 4a7c2b3695fe7b88861f2155ea7ef635fe425cd4
parent 912147ab896e69a450b7100c3d6bf81a7bf78b5a
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Wed, 24 Jan 2018 10:41:37 +0100
github: Shorten the stale setup
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/stale.yml b/.github/stale.yml
@@ -1,7 +1,7 @@
# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 120
+daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
-daysUntilClose: 21
+daysUntilClose: 14
# Issues with these labels will never be considered stale
exemptLabels:
- Keep