From 6107c1a2ddf4ec99d080a8157e94b8627ae18e3c Mon Sep 17 00:00:00 2001 From: mvanzalu Date: Wed, 10 Jul 2024 16:32:43 +0000 Subject: [PATCH] github: exempt frozen issues from being staled! --- .github/workflows/close_issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close_issues.yml b/.github/workflows/close_issues.yml index b8ef194d2..26727a39d 100644 --- a/.github/workflows/close_issues.yml +++ b/.github/workflows/close_issues.yml @@ -14,6 +14,7 @@ jobs: days-before-issue-stale: 40 days-before-issue-close: 20 stale-issue-label: "stale" + exempt-issue-labels: "frozen" stale-issue-message: "This issue is stale because it has been open for 40 days with no activity." close-issue-message: "This issue was closed because it has been inactive for 20 days since being marked as stale." repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file