From e76114663dcb5e5de9d8bcb47b233b5f7fd14d09 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Sat, 1 Jul 2023 14:34:54 +0100 Subject: [PATCH] Exclude some labels from stale Exclude certain labels from having their issues marked as stale. --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4e9603c1dcc..a1ee3e56969 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,6 +20,7 @@ jobs: with: days-before-close: 14 days-before-stale: 60 + exempt-issue-labels: 'ANNOUNCEMENT,up-for-grabs,v8' stale-issue-label: 'stale' stale-issue-message: "This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made." close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."