diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ab150c24f39..d57ae0c396c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/stale@v10 with: close-pr-message: "Thank you for your contribution. This PR has been inactive for a while, so we're closing it to free up bandwidth. Feel free to reopen it if you still find it useful." + days-before-issue-stale: 360 + days-before-issue-close: 30 days-before-pr-stale: 90 days-before-pr-close: 10 operations-per-run: 1000