From b1e08db2f18408a684122f5a5d464be8209dee51 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 23 May 2021 11:33:21 -0600 Subject: [PATCH] Exclude rfc label from stalebot Signed-off-by: Tim Hansen --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 1b3792ab5e..3cd0d53720 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -9,6 +9,7 @@ exemptLabels: - plugin - help wanted - good first issue + - rfc # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable