From 30499af6deba686b840d9a709b35977a41d59282 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Mon, 31 Aug 2026 17:41:51 +0900 Subject: [PATCH] [ci] Fix stale issue label exemptions https://github.com/actions/stale/blob/5bef64f19d7facfb25b37b414482c7164d639639/src/functions/words-to-list.ts#L17-L23 --- .github/workflows/close_issue.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/close_issue.yml b/.github/workflows/close_issue.yml index 3bd3a0499..448fcd43a 100644 --- a/.github/workflows/close_issue.yml +++ b/.github/workflows/close_issue.yml @@ -24,10 +24,7 @@ jobs: days-before-stale: 60 days-before-close: 0 only-issue-labels: "" - exempt-issue-labels: | - bug - enhancement - keep + exempt-issue-labels: bug,enhancement,keep close-issue-message: > This page has been automatically closed since there has not been any recent activity. If you are still experiencing a similar issue, please open a new issue with additional information about the issue. operations-per-run: 100