diff --git a/.github/workflows/close_stale_issues.yml b/.github/workflows/close_stale_issues.yml index 44756c43..076e331f 100644 --- a/.github/workflows/close_stale_issues.yml +++ b/.github/workflows/close_stale_issues.yml @@ -21,9 +21,9 @@ jobs: with: repo-token: ${{ env.CREDENTIALS }} operations-per-run: 100 - days-before-stale: 120 - days-before-close: 60 - stale-issue-message: 'This discussion has been automatically marked as stale because it has not had recent activity. It will be closed in 60 days if no further activity occurs. Thank you for your contributions.' + days-before-stale: 60 + days-before-close: 30 + stale-issue-message: 'This discussion has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.' stale-issue-label: 'stale' exempt-pr-labels: 'v3.0' close-issue-message: 'This discussion has been closed due to inactivity. Discussions can always be reopened after they have been closed.'