From c742e18e64e56a0d1f982626a0da21ac6cb87d36 Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Sun, 11 Jan 2026 17:05:03 +0800 Subject: [PATCH] auto close (#6241) --- .github/workflows/auto-close-issue.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-close-issue.yml b/.github/workflows/auto-close-issue.yml index ee925276b4..18e31f39f8 100644 --- a/.github/workflows/auto-close-issue.yml +++ b/.github/workflows/auto-close-issue.yml @@ -23,16 +23,16 @@ jobs: # 6个月≈180天,标记Issue为过时 days-before-issue-stale: 90 # 标记后7天无活动,自动关闭Issue(缓冲期,可设为0立即关闭) - days-before-issue-close: 0 + days-before-issue-close: 7 # Issue相关提示与标签 - # stale-issue-message: > - # This issue has not been updated for more than 6 months and is marked as stale. - # If there is no further activity within 7 days, it will be automatically closed. Please reply to this issue if you need to continue following up on it. + stale-issue-message: > + This issue has not been updated for more than 6 months and is marked as stale. + If there is no further activity within 7 days, it will be automatically closed. Please reply to this issue if you need to continue following up on it. close-issue-message: > This issue has been automatically closed due to prolonged inactivity (more than 6 months plus a 7-day grace period). If this issue still needs to be resolved, you can reopen it and supplement the relevant information. - # stale-issue-label: 'stale' + stale-issue-label: 'stale' close-issue-label: 'auto-closed' # 核心修改:添加features标签到豁免列表,排除该标签的Issue