From 16b697053aac75e95a604d2c4bcf5c6d69311e23 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Thu, 12 Jan 2023 13:47:09 +0100 Subject: [PATCH] ci/cd: don't stale feature issues --- .github/workflows/close_inactive_issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close_inactive_issues.yml b/.github/workflows/close_inactive_issues.yml index b5d7e23..218cdcf 100644 --- a/.github/workflows/close_inactive_issues.yml +++ b/.github/workflows/close_inactive_issues.yml @@ -14,6 +14,7 @@ jobs: with: days-before-issue-stale: 30 days-before-issue-close: 14 + exempt-issue-labels: "feature" stale-issue-label: "stale" stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."