From ce762032c15ba4f6936f7a3a5f0cd9a4c63160d4 Mon Sep 17 00:00:00 2001 From: Norbert Klar Date: Thu, 2 Sep 2021 10:20:53 +0200 Subject: [PATCH] added labels (#323) Stalebot will never consider an issue/PR stale with these added labels. --- .github/stale.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index eb1795b..88c9758 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,10 @@ daysUntilClose: 14 exemptLabels: - pinned - security + - help wanted + - good first issue + - enhancement + - in progress # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable