From ecafc24ecbfbddc37e1e28b32491cae5234072d6 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 23 Jul 2020 21:42:57 -0700 Subject: [PATCH] chore: don't consider assigned issues or those in milestones as stale --- .github/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 98f02a24a3..54d9430f9a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,4 +1,4 @@ -# See https://github.com/apps/stale +# See https://github.com/probot/stale # Number of days of inactivity before an issue becomes stale daysUntilStale: 60 @@ -8,6 +8,8 @@ daysUntilClose: 14 exemptLabels: - "need: discussion" - cleanup +exemptMilestones: true +exemptAssignees: true # Label to use when marking an issue as stale staleLabel: "Can Close?" # Comment to post when marking an issue as stale. Set to `false` to disable