From 32e19777ccbd0638e2b9eecb1f226efb17334519 Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Thu, 22 Dec 2022 06:00:06 -0500 Subject: [PATCH] Updating GitHub stale automation configuration to match new label schema. --- .github/stale.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index a1b7aa1..0c0b1c3 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,11 +5,12 @@ daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - pinned - - security - - enhancement - - feature request + - bug / broken-feature + - bug / security-vulnerability + - feature / request + - mod / help-wanted # Label to use when marking an issue as stale -staleLabel: wontfix +staleLabel: mod / stale # 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