From 9f3192f69184f9d684ea3841ad2f1738772d72ca Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 29 Feb 2020 14:23:27 +0100 Subject: [PATCH] exempt issues belonging to milestones from being marked stale --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index b35861cbb..d51e717ab 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,7 @@ exemptLabels: - security # Label to use when marking an issue as stale staleLabel: stale +exemptMilestones: true # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had