From 2599e7fcbc0ec6e88e0c82c8156747614fc6bcb6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 30 Jun 2019 19:03:07 +0200 Subject: [PATCH] Adjust stalebot to ignore 'Help wanted' (#9738) --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 304bb82e08f..9a93a800d10 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,6 +5,7 @@ daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - has-parent + - Help wanted # 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