Skip to content

Large Pull Requests

Large pull requests take longer to review and are more likely to introduce bugs.

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.

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.

Encourage your team to break large changes into smaller, focused PRs for faster and more thorough reviews.