This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 206e471de4 Infra: Increase operation per limit for stale bot workflow
(#10712)
206e471de4 is described below
commit 206e471de401da65070ee9099adc2f9691b8e781
Author: Ajantha Bhat <[email protected]>
AuthorDate: Wed Jul 17 15:00:45 2024 +0530
Infra: Increase operation per limit for stale bot workflow (#10712)
---
.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 3388730444..03276d60b5 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -55,4 +55,4 @@ jobs:
days-before-pr-stale: 30
days-before-pr-close: 7
ascending: true
- operations-per-run: 100
+ operations-per-run: 200