diff options
author | 2017-11-13 10:16:38 +0000 | |
---|---|---|
committer | 2017-11-13 10:16:38 +0000 | |
commit | 4cedc8f902a828b15ed1f5c43d27b6844b88e21a (patch) | |
tree | 6648ce23b1eb863642951a9edc856cc9b1c23ed2 /.github | |
parent | 52b49f483885def1a5b8dc2dfe8d35ffcc9afe83 (diff) | |
download | coredns-4cedc8f902a828b15ed1f5c43d27b6844b88e21a.tar.gz coredns-4cedc8f902a828b15ed1f5c43d27b6844b88e21a.tar.zst coredns-4cedc8f902a828b15ed1f5c43d27b6844b88e21a.zip |
extend stale-bot's deadline (#1224)
Add a note in about using the 'pinned' label for prevent stalebot from
closing your issue.
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 2d083ed27..dbb5e526c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 100 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 21 # Issues with these labels will never be considered stale exemptLabels: - pinned |