diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-08-15 00:21:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-15 00:21:08 +0200 |
commit | 4f69ade7118302abff97169d17bfa9baac6a711c (patch) | |
tree | 8ae4317dac713acfc72366de1f2287242443439a /.github | |
parent | f8b8b091fc154844ea8c839c42b936008be1089c (diff) | |
download | hugo-4f69ade7118302abff97169d17bfa9baac6a711c.tar.gz hugo-4f69ade7118302abff97169d17bfa9baac6a711c.zip |
Update stale.yml
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 692c59659..313f9285e 100644 --- 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: 30 +daysUntilClose: 15 # Issues with these labels will never be considered stale exemptLabels: - Keep |