diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-12-06 14:03:04 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-12-06 14:03:04 +0100 |
commit | fdbef2a81c619930233b6f85682fd88b7b870f78 (patch) | |
tree | b981d11e795e75265c088f5bee139db85236183c /.github | |
parent | 426ac9c18e773c40829dd83f377d5bb563e4d117 (diff) | |
download | hugo-fdbef2a81c619930233b6f85682fd88b7b870f78.tar.gz hugo-fdbef2a81c619930233b6f85682fd88b7b870f78.zip |
Adjust the stale setup
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index b588a3185..594180f2c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 +daysUntilStale: 120 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 14 +daysUntilClose: 21 # Issues with these labels will never be considered stale exemptLabels: - Keep |