From 848ea88207a9ffc726d6bd277b1bc2a4576251cc Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 1 May 2022 09:47:43 +1000 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 5d7a12a8..a0c92fdf 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,7 @@ exemptLabels: - security - onhold - inprogress + - "Selected for development" # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable @@ -16,4 +17,6 @@ markComment: > recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false \ No newline at end of file +closeComment: false +exemptMilestones: true +exemptAssignees: true