From 14647f539138b88751d56a38e7eb813fae5b9fb6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 22 Sep 2019 17:31:01 +0200 Subject: [PATCH] Exempt 'Help wanted' issue from stale bot (#26829) --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index a1a35e9f3b1..44cd95e1f5d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -13,6 +13,7 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - under investigation + - Help wanted # Set to true to ignore issues in a project (defaults to false) exemptProjects: true