[github/actions] stale 3 years ago issues

This commit is contained in:
yanyiwu 2024-09-14 21:37:25 +08:00
parent 12341a2f21
commit 3c8663472b

View File

@ -17,7 +17,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has not been updated for over 5 years and will be marked as stale. If the issue still exists, please comment or update the issue, otherwise it will be closed after 7 days.' stale-issue-message: 'This issue has not been updated for over 5 years and will be marked as stale. If the issue still exists, please comment or update the issue, otherwise it will be closed after 7 days.'
close-issue-message: 'This issue has been automatically closed due to inactivity. If the issue still exists, please reopen it.' close-issue-message: 'This issue has been automatically closed due to inactivity. If the issue still exists, please reopen it.'
days-before-issue-stale: 1825 days-before-issue-stale: 1095
days-before-issue-close: 7 days-before-issue-close: 7
stale-issue-label: 'Stale' stale-issue-label: 'Stale'
exempt-issue-labels: 'pinned,security' exempt-issue-labels: 'pinned,security'