diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d734e4bea4..a09e358867 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.'