From 4ba707878bfa71509a291804e70984042b3feef5 Mon Sep 17 00:00:00 2001 From: Craig Fowler Date: Wed, 3 Mar 2021 13:48:46 +0000 Subject: [PATCH] Update Stale-bot config (label changes) I've renamed these three priority labels, and the config needs updating in-line with those changes. --- .github/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index c1c979af8..75ce7f4db 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -17,9 +17,9 @@ exemptLabels: - core - dashboard - devops - - do later - - do now - - do soon + - prio low + - prio immediate + - prio high - documentation - enhancement - good first issue @@ -68,4 +68,4 @@ only: issues # issues: # exemptLabels: -# - confirmed \ No newline at end of file +# - confirmed