prConcurrentLimit: 50 but branchConcurrentLimit: 5. Every PR needs a branch,
so the branch cap of 5 silently makes the PR limit of 50 meaningless.
Fix
Set coherent values (e.g. both 10). Adjust to taste, but they should agree.
## Problem
`prConcurrentLimit: 50` but `branchConcurrentLimit: 5`. Every PR needs a branch,
so the branch cap of 5 silently makes the PR limit of 50 meaningless.
## Fix
Set coherent values (e.g. both 10). Adjust to taste, but they should agree.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
prConcurrentLimit: 50butbranchConcurrentLimit: 5. Every PR needs a branch,so the branch cap of 5 silently makes the PR limit of 50 meaningless.
Fix
Set coherent values (e.g. both 10). Adjust to taste, but they should agree.