From 9fdab033a7c5e4d4051d92fd8b57dcbe80578aec Mon Sep 17 00:00:00 2001 From: Jonathan Kim <jkimbo@gmail.com> Date: Wed, 1 Apr 2020 16:24:23 +0100 Subject: [PATCH] Add exempt labels --- .github/stale.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index c9418f67..bb573c08 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,12 @@ daysUntilClose: 14 exemptLabels: - pinned - security + - 🐛 bug + - 📖 documentation + - 🙋 help wanted + - ✨ enhancement + - good first issue + - work 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