diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d4be0ceaa3718c..0047f5f7718a2c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,13 +9,13 @@ on: env: CLOSE_MESSAGE: > This {0} has been automatically closed after 30 days of inactivity - following its stale status (no activity for a total of 240 days). + following its stale status (no activity for a total of 120 days). If this is still relevant, feel free to reopen it or leave a comment with additional details so we can continue the discussion. WARN_MESSAGE: > - This {0} has been marked as stale due to 210 days of inactivity. + This {0} has been marked as stale due to 90 days of inactivity. It will be automatically closed in 30 days if no further activity occurs. If this is still relevant, please leave a comment or update it to keep it open. @@ -36,7 +36,7 @@ jobs: - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 210 + days-before-stale: 90 days-before-close: 30 stale-issue-label: stale exempt-issue-labels: never-stale, confirmed-bug