diff --git a/.github/workflows/stale-issues.yaml b/.github/workflows/stale-issues.yaml index f0bb240..48175bf 100644 --- a/.github/workflows/stale-issues.yaml +++ b/.github/workflows/stale-issues.yaml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/stale@v10 with: - stale-issue-message: 'Remove the stale label or add a comment to reset the inactivity timer.' - stale-pr-message: 'Remove the stale label or add a comment to reset the inactivity timer' + stale-issue-message: 'This issue has been marked as stale due to 30 days of inactivity and and will automatically close after an additional 5 days. To prevent automatic closure in 5 days, remove the stale label or add a comment. You can reopen a closed issue at any time.' + stale-pr-message: 'This issue has been marked as stale due to 30 days of inactivity and and will automatically close after an additional 5 days. To prevent automatic closure in 5 days, remove the stale label or add a comment. You can reopen a closed issue at any time.' days-before-stale: 30 - days-before-close: -1 + days-before-close: 5 remove-stale-when-updated: true remove-issue-stale-when-updated: true remove-pr-stale-when-updated: true