From d9f0d73307c27de6883602ca13257bb914da03b5 Mon Sep 17 00:00:00 2001 From: Sergei Egorov Date: Fri, 30 Aug 2019 09:57:08 +0200 Subject: [PATCH] Add more labels to the Stale bot's config (#1810) --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index a071ce18a5f..5f903fb0189 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,8 @@ exemptLabels: - pinned - security - "resolution/acknowledged" + - "help wanted" + - "good first issue" # 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