From 6ee2d6bee62a2dbae0c3aa6570eef219d08519ef Mon Sep 17 00:00:00 2001 From: Phil Ngo <58080811+philknows@users.noreply.github.com> Date: Thu, 14 Jul 2022 10:55:58 -0600 Subject: [PATCH] Update stalebot settings with standardized labels (#4301) --- .github/stale.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index d7a520cca7..63f016905c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,17 +12,17 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - "meta-goodfirstissue" - - "meta-helpwanted" + - "Epic" + - "meta-good-first-issue" + - "meta-help-wanted" - "meta-discussion" - - "prio0-critical" - - "prio2-high" - - "prio5-medium" - - "prio7-low" - - "status0-blocked" - - "status1-donotmerge" - - "status2-onice" - - "status7-opendiscussion" + - "meta-pm" + - "prio-critical" + - "prio-high" + - "prio-medium" + - "prio-low" + - "status-blocked" + - "status-do-not-merge" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false