From 98e86a168deaf145414b9c3481cb596f1b036c69 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sun, 28 Jul 2019 17:43:47 -0700 Subject: [PATCH] Update stalebot config now that the backlog is better tagged --- .github/stale.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index b7f7640c..e556fa98 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,9 +4,8 @@ daysUntilStale: 60 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - bug - - documentation - - enhancement + - pinned + - security # 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