From 243f240e5f3f929c9d373e06de390f3177eb7466 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Tue, 24 Dec 2019 01:31:33 +0200 Subject: [PATCH] Add `RFC` labels to stale exclusion list (#1737) --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 1ddb59e7..15893644 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,7 @@ exemptLabels: - urgent - necessary - help wanted + - 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