chore: Update active PR limit to 20 · openclaw/openclaw@40b8d52
thewillofthe
·
2026-05-04
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -274,7 +274,7 @@ jobs:
|
274 | 274 | |
275 | 275 | const activePrLimitLabel = "r: too-many-prs"; |
276 | 276 | const activePrLimitOverrideLabel = "r: too-many-prs-override"; |
277 | | - const activePrLimit = 10; |
| 277 | + const activePrLimit = 20; |
278 | 278 | const labelColor = "B60205"; |
279 | 279 | const labelDescription = `Author has more than ${activePrLimit} active PRs in this repo`; |
280 | 280 | const authorLogin = pullRequest.user?.login; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。