diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-04-01 21:36:00 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-04-01 21:36:00 +0200 |
commit | f27977809ce5d5dce4db41db6323a4ad1b095985 (patch) | |
tree | d56aab0b580b19297b430f4aec08b3ac68198402 /.github | |
parent | 7a634898c359a6af0da52be17df07cae97c7937c (diff) | |
download | hugo-f27977809ce5d5dce4db41db6323a4ad1b095985.tar.gz hugo-f27977809ce5d5dce4db41db6323a4ad1b095985.zip |
Update stale.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index b588a3185..692c59659 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: 30 # Issues with these labels will never be considered stale exemptLabels: - Keep @@ -20,4 +20,4 @@ markComment: > This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false
\ No newline at end of file +closeComment: false |