Pull requests

Overview

Review pull request security scans, contributor trust signals, and CLA status across connected repositories.

Pull requests (/app/pull-requests) is the org-wide view of PR activity on connected repositories. It combines security scans, contributor trust, and CLA status so you can prioritize review before merge.

Overview metrics

The top of the page summarizes open PR issues—counts by severity or category depending on your configuration—so you can see backlog at a glance.

Pull request table

The table lists open and recent pull requests with:

  • Repository and PR title
  • Security scan status and signals
  • Contributor trust status
  • CLA check status (when Open CLA is installed)

Select a row to open the pull request on GitHub for full check output, comments, and merge controls.

GitHub checks

Superagent publishes these checks via GitHub Apps:

Check App When it runs
Security scan Superagent Security On PR open and update
Contributor trust Superagent Security On PR open and update
Contributor License Agreement Open CLA On PR open and update when CLA is enabled

Failed or action-required checks block merge when your branch protection rules require them.

Tuning behavior

Per-repository scan and trust behavior is configured on the repository detail page, not on this overview.

Legacy path

/app/protection/pull-requests redirects to the same Pull requests view.

Next steps