This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch stale-patch in repository https://gitbox.apache.org/repos/asf/kafka.git
commit d13ce5819b2bec8adb6debffec7efc459debb073 Author: David Arthur <[email protected]> AuthorDate: Wed Jun 21 09:43:47 2023 -0400 Increase Github API operations for stale PR check --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7e7cf3b5c08..fbf0d0d4ff4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/stale@v8 with: debug-only: ${{ inputs.dryRun || false }} - operations-per-run: ${{ inputs.operationsPerRun || 30 }} + operations-per-run: ${{ inputs.operationsPerRun || 100 }} days-before-stale: 90 days-before-close: -1 stale-pr-label: 'stale'
