From 1bca18ae8574bd457cea99564112757b09b87ea0 Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Thu, 12 Feb 2026 19:58:01 +0800 Subject: [PATCH] update action (#6426) --- .github/workflows/auto-close-issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-close-issue.yml b/.github/workflows/auto-close-issue.yml index 822741d8d0..fae7a17f58 100644 --- a/.github/workflows/auto-close-issue.yml +++ b/.github/workflows/auto-close-issue.yml @@ -27,10 +27,10 @@ jobs: # Issue相关提示与标签 stale-issue-message: > - This issue has not been updated for more than 3 months and is marked as stale. + This issue has not been updated for more than 90 days 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 3 months plus a 7-day grace period). + This issue has been automatically closed due to prolonged inactivity (more than 90 days 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' close-issue-label: 'auto-closed'