mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
chore: Update active PR limit to 20
This commit is contained in:
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@@ -274,7 +274,7 @@ jobs:
|
|||||||
|
|
||||||
const activePrLimitLabel = "r: too-many-prs";
|
const activePrLimitLabel = "r: too-many-prs";
|
||||||
const activePrLimitOverrideLabel = "r: too-many-prs-override";
|
const activePrLimitOverrideLabel = "r: too-many-prs-override";
|
||||||
const activePrLimit = 10;
|
const activePrLimit = 20;
|
||||||
const labelColor = "B60205";
|
const labelColor = "B60205";
|
||||||
const labelDescription = `Author has more than ${activePrLimit} active PRs in this repo`;
|
const labelDescription = `Author has more than ${activePrLimit} active PRs in this repo`;
|
||||||
const authorLogin = pullRequest.user?.login;
|
const authorLogin = pullRequest.user?.login;
|
||||||
|
|||||||
Reference in New Issue
Block a user