diff --git a/.github/workflows/stale-issues.yaml b/.github/workflows/stale-issues.yaml index f3fe5be..ce451af 100644 --- a/.github/workflows/stale-issues.yaml +++ b/.github/workflows/stale-issues.yaml @@ -13,12 +13,13 @@ jobs: steps: - uses: actions/stale@v10 with: - stale-issue-message: 'This issue has been marked as stale due to 60 days of inactivity. To prevent automatic closure in 10 days, remove the stale label or add a comment. You can reopen a closed issue at any time.' - stale-pr-message: 'This pull request has been marked as stale due to 60 days of inactivity. To prevent automatic closure in 10 days, remove the stale label or add a comment. You can reopen a closed pull request at any time.' + stale-issue-message: 'This issue has been marked as stale due to 30 days of inactivity.' + stale-pr-message: 'This pull request has been marked as stale due to 30 days of inactivity. To prevent automatic closure in 5 days, remove the stale label or add a comment. You can reopen a closed pull request at any time.' exempt-issue-labels: bug,enhancement exempt-pr-labels: bug,enhancement - days-before-stale: 60 - days-before-close: 10 + days-before-stale: 30 + days-before-close: 5 + days-before-issue-close: -1 remove-stale-when-updated: true remove-issue-stale-when-updated: true remove-pr-stale-when-updated: true