This is an automated email from the ASF dual-hosted git repository.
davidarthur pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 16bb8cbb8c5 MINOR: Increase Github API operations for stale PR check
(#13894)
16bb8cbb8c5 is described below
commit 16bb8cbb8c5f194b8bfeb1f83f68d9fec74f3523
Author: David Arthur <[email protected]>
AuthorDate: Wed Jun 21 09:52:49 2023 -0400
MINOR: Increase Github API operations for stale PR check (#13894)
Reviewers: Josep Prat <[email protected]>
---
.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'