Update close-stale-issues.yml

This commit is contained in:
Wenjie Zhang 2025-05-12 17:22:08 +08:00 committed by GitHub
parent 9cbe297a14
commit 7cde2fe141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,9 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: '此 Issue 已标记为待关闭,若 30 天内无进一步活动将被自动关闭。'
close-issue-message: '因 30 天无响应,此 Issue 已自动关闭。如有需要,请重新打开。'
stale-issue-message: '此 Issue 已标记为待关闭,若 14 天内无进一步活动将被自动关闭。'
close-issue-message: '因 14 天无响应,此 Issue 已自动关闭。如有需要,请重新打开。'
stale-issue-label: 'no-issue-activity'
only-labels: 'to-be-closed'
days-before-stale: 30
days-before-close: 14