From 0d463f1bfea67cf370fd7c6f82a123965405245d Mon Sep 17 00:00:00 2001 From: Matt Rosno Date: Fri, 13 Dec 2019 16:26:29 -0600 Subject: [PATCH] Update stalebot with new labels (#4878) --- .github/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index dd37353fbf9f..2cb67e4cc112 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,11 +6,11 @@ daysUntilClose: 3 exemptLabels: - 'type: a11y ♿' - 'type: bug 🐛' - - 'Severity 1 🚨' - - 'priority: high' - - 'v11' + - 'severity: 1 🚨' + - 'impact: 1' + - 'version: 11' # Label to use when marking an issue as stale -staleLabel: inactive +staleLabel: 'status: inactive' # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > We've marked this issue as stale because there hasn't been any activity for a couple of weeks.