From ca6e2e632b6835180a7364081c9ae55390555439 Mon Sep 17 00:00:00 2001 From: Christoph Atteneder Date: Fri, 18 Jan 2019 15:07:46 +0100 Subject: [PATCH] Exclude issues with specific labels to be excluded from becoming stale --- .github/stale.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index c5c588c5ac9..575de25294b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,6 +5,13 @@ daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - a:bug + - re:security + - re:privacy + - re:Tor + - in:dao + - $BSQ bounty + - good first issue + - Epic # Label to use when marking an issue as stale staleLabel: was:dropped # Comment to post when marking an issue as stale. Set to `false` to disable