From f94a20b332971aed9a26f1586f15a13cb60bdb6f Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 20 Dec 2019 09:59:44 +0100 Subject: [PATCH] Don't mark milestoned issues as stale --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 2cab87316..61b74cc27 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,6 +2,8 @@ onlyLabels: ['Status: Waiting feedback'] daysUntilStale: 14 daysUntilClose: 7 staleLabel: 'Stale' +exemptProjects: true +exemptMilestones: true markComment: > This issue is still waiting on feedback. Please provide the information requested above to allow us to continue working on this ticket.