From edb9b3bc226676eba6fe1cddec44d082b5a30e4f Mon Sep 17 00:00:00 2001 From: Doug Fawley Date: Mon, 2 Aug 2021 15:56:58 -0700 Subject: [PATCH] github: update stale bot to v4 (#4636) --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 807d97c813b..5e01a1e70c4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v3 + - uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 6 @@ -21,7 +21,7 @@ jobs: only-labels: 'Status: Requires Reporter Clarification' stale-issue-label: 'stale' stale-pr-label: 'stale' - operations-per-run: 60 + operations-per-run: 999 stale-issue-message: > This issue is labeled as requiring an update from the reporter, and no update has been received after 6 days. If no update is provided in the next 7 days, this issue will be automatically closed.