diff --git a/.github/workflows/stale-issues-bot.yml b/.github/workflows/stale-issues-bot.yml index 0148630517..25ba90e7f8 100644 --- a/.github/workflows/stale-issues-bot.yml +++ b/.github/workflows/stale-issues-bot.yml @@ -12,7 +12,7 @@ jobs: uses: actions/stale@v9 with: any-of-labels: 'Needs more info' - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment on this issue otherwise it will be closed in 7 days.' + stale-issue-message: 'This issue is stale because it has been open 21 days with no activity. Please comment on this issue otherwise it will be closed in 7 days.' close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.' - days-before-issue-stale: 30 + days-before-issue-stale: 21 days-before-issue-close: 7