From 778745043b43a11bf4a8900200b3373ae77ff994 Mon Sep 17 00:00:00 2001 From: Yanyi Wu Date: Sat, 21 Sep 2024 09:20:49 +0800 Subject: [PATCH] Update stale-issues.yml: 3y -> 1y --- .github/workflows/stale-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index dc5745a..97238a8 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -15,9 +15,9 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue has not been updated for over 3 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 1 year 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: 1095 + days-before-issue-stale: 365 days-before-issue-close: 7 stale-issue-label: 'Stale' exempt-issue-labels: 'pinned,security'