From 4023a5faf03f250cee07753ed3a30613630b0afa Mon Sep 17 00:00:00 2001 From: Yannick Marcon Date: Sun, 8 Sep 2024 13:32:39 +0200 Subject: [PATCH] chore: updated stale policy --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index eeabb88050..6f53c19d00 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: with: days-before-issue-stale: 365 days-before-issue-close: 14 - exempt-issue-labels: "pinned, improvement, security" + exempt-issue-labels: "pinned, security" stale-issue-label: "stale" stale-issue-message: "This issue is stale because it has been open for a year with no activity. It will be closed if no further activity occurs. Thank you for your contributions." close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale. Feel free to re-open it if it is still relevant."