From 870c229c2c00df81470b964f01da6e6d488f372b Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 12 Aug 2021 21:07:16 -0400 Subject: [PATCH] Add not-stale to stale-bot exempt tags --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 404baf0..a2d93b9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 7 exemptLabels: - bug - security + - not-stale # 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