From aa76199c2820cab38cdd1dbe71cac3201ea287df Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:08:54 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20stale=20workflow=20to?= =?UTF-8?q?=20allow=20`keep`=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9ff7efa0..0ccd776b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,9 @@ jobs: days-before-stale: 30 days-before-close: 14 stale-issue-label: "stale" + exempt-issue-labels: "keep" stale-pr-label: "stale" + exempt-pr-labels: "keep" stale-issue-message: > This issue has been automatically marked as stale because it has not had any recent activity.