From 4cedc8f902a828b15ed1f5c43d27b6844b88e21a Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 13 Nov 2017 10:16:38 +0000 Subject: [PATCH] extend stale-bot's deadline (#1224) Add a note in about using the 'pinned' label for prevent stalebot from closing your issue. --- .github/stale.yml | 4 ++-- CONTRIBUTING.md | 3 +++ 2 files changed, 5 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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4db90c310..e0b77a58f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,9 @@ the faster we will be able to help you. Check out Please be kind. :smile: Remember that CoreDNS comes at no cost to you, and you're getting free help. +We are using [Stable Bot](https://github.com/probot/stale) to close inactive issues. If you feel an +issue should not be closed you can add the "pinned" label to it or just update the bug ever now or +then. ## Minor improvements and new tests