From e58faeb66a13c877a42e5929141de01a87f1bd2c Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 24 Jun 2021 12:59:25 -0500 Subject: [PATCH] Update stale.yml upped the operations-per-run to 520 --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d734e4bea..a09e35886 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/stale@v3 with: #debug-only: true + operations-per-run: 520 enable-statistics: true repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'