From 1cd9be72007f45b3c52eaabf73fd87345d5839b4 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Tue, 28 May 2019 11:35:32 -0400 Subject: [PATCH] chore: add Affects: a11y and switch to outdated label (#6015) Add "Affects: a11y" as an exempt label and switch to outdated label instead of wontfix as the stale label. --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index beda70e0d..dded02a44 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,6 +11,7 @@ daysUntilClose: 7 exemptLabels: - pinned - a11y + - "Affects: a11y" - confirmed - security - "[Status] Maybe Later" @@ -22,7 +23,7 @@ exemptProjects: false exemptMilestones: false # Label to use when marking as stale -staleLabel: wontfix +staleLabel: outdated # Comment to post when marking as stale. Set to `false` to disable markComment: >