From 3c8663472b32a87cfc80bf14440f36ad3638cc0a Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Sat, 14 Sep 2024 21:37:25 +0800 Subject: [PATCH] [github/actions] stale 3 years ago issues --- .github/workflows/stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 288b4023..bb76da07 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -17,7 +17,7 @@ jobs: 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.' 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 stale-issue-label: 'Stale' exempt-issue-labels: 'pinned,security'