From bef8325cc1ba1d81f3755b1faa36e6f0cdbadac6 Mon Sep 17 00:00:00 2001 From: Heath C <51679588+heath-freenome@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:17:31 -0700 Subject: [PATCH] chore: Fix stale bot to add new tags to the exemptLabels (#3784) Updated stale bot to prevent stale from being added to `p1` and `help wanted` tags --- .github/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 2204d38efd..8a361ad88e 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,8 @@ exemptLabels: - enhancement - feature - theme request + - help wanted + - p1 # Label to use when marking an issue as stale staleLabel: possibly close # Comment to post when marking an issue as stale. Set to `false` to disable @@ -16,4 +18,4 @@ markComment: > recent activity. It will be closed if no further activity occurs. Please leave a comment if this is still an issue for you. Thank you. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: This issue was closed because of lack of recent activity. Reoopen if you still need assistance. +closeComment: This issue was closed because of lack of recent activity. Reopen if you still need assistance.