From ffab88696497d78ae9c0c1875e173efaa0708c07 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 26 Oct 2019 13:10:16 -0600 Subject: [PATCH] Keep issues assigned to a milestone from going stale --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 2a49343fa7..b5e6c388b9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,8 @@ exemptLabels: - regression - bug - 'pull request accepted' +# Issues assigned to a milestone will not go stale +exemptMilestones: true # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable