Large Pull Requests
Large pull requests take longer to review and are more likely to introduce bugs.
Where to find them
Section titled “Where to find them”The Large PRs card appears in the Current State section on the Home page. Click the expand arrow to see the full list with columns for PR title, repository, author, status, days open, lines changed, and files changed.
What counts as “large”?
Section titled “What counts as “large”?”A PR is flagged as large when it exceeds either threshold:
- Lines changed — default: 400 lines
- Files changed — default: 10 files
Customize both values in Settings > PR Analysis under Large PR lines threshold and Large PR files threshold.
Best practices
Section titled “Best practices”Encourage your team to break large changes into smaller, focused PRs for faster and more thorough reviews.