chore: Update active PR limit to 20

This commit is contained in:
Shadow
2026-05-03 19:15:55 -05:00
committed by GitHub
parent 443f7035a2
commit 40b8d52240

View File

@@ -274,7 +274,7 @@ jobs:
const activePrLimitLabel = "r: too-many-prs";
const activePrLimitOverrideLabel = "r: too-many-prs-override";
const activePrLimit = 10;
const activePrLimit = 20;
const labelColor = "B60205";
const labelDescription = `Author has more than ${activePrLimit} active PRs in this repo`;
const authorLogin = pullRequest.user?.login;