From 3dadd97bbc9f622c62c5a6d885fe9453a003cbe6 Mon Sep 17 00:00:00 2001 From: Max Lee Date: Mon, 8 Feb 2021 11:26:21 +0100 Subject: [PATCH] [CI-SKIP] [Meta] Exempt more labels from being marked as stale (#5142) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Exempt more labels from being marked as stale * Order alphabetically and add suggestions Also don't go deeper I guess 👀 --- .github/stale.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 3cab1f672..b67a07202 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,12 @@ daysUntilStale: 60 daysUntilClose: 7 exemptLabels: + - "for: future" + - "type: bug" - "status: accepted" + - "status: blocked" + - "status: in progress" + - "status: rebase required" staleLabel: "resolution: stale" markComment: > This issue has been automatically marked as stale because it has not had