diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-08-16 18:25:14 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-08-16 18:25:14 +0200 |
commit | c2235c6a62d29e0a9e2e274eb340358a445b695d (patch) | |
tree | dd2cb4a6744252e8b23d6b31b4f1fdeb5b52a561 /.github | |
parent | 4f69ade7118302abff97169d17bfa9baac6a711c (diff) | |
download | hugo-c2235c6a62d29e0a9e2e274eb340358a445b695d.tar.gz hugo-c2235c6a62d29e0a9e2e274eb340358a445b695d.zip |
Revert "Update stale.yml"
This reverts commit 4f69ade7118302abff97169d17bfa9baac6a711c.
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 313f9285e..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: 15 +daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: - Keep |