Skip to content

Commit f4ccd57

Browse files
authored
Reduce open PR limit for code review workflow (#16491)
1 parent f22b4d5 commit f4ccd57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/build-review-matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SETTINGS_FILE = "settings.gradle.kts"
2323
PROGRESS_DIR = Path("/tmp/review-progress")
2424
PROGRESS_FILE = PROGRESS_DIR / "reviewed.txt"
25-
MAX_PRS = 15
25+
MAX_PRS = 10
2626
BATCH_SIZE = 10
2727

2828

0 commit comments

Comments
 (0)