Skip to main content
Research PreviewGitHubGitLabAzure DevOps
Blast radius is Qodo’s classification of a code change’s risk, based on its scope and sensitivity. Qodo makes this classification available as a native pull request tag (Azure DevOps) or label (GitHub, GitLab), so you can triage which pull requests need the closest review directly from your Git provider’s pull request list.
Pull request list showing a blast radius label next to each pull request title

How blast radius is classified

Each pull request receives one of three risk levels:
  • 🔴 Large blast radius
  • 🟠 Medium blast radius
  • 🟡 Small blast radius
Azure DevOps: Native tags don’t support displaying emoji in pull requests. As a result, the tag appears as plain text, for example “Large blast radius”.
The label reflects the highest risk level identified across the pull request’s review cycle. If a later commit raises the risk, the label updates to match, but the pull request only ever shows one blast radius classification at a time.
1
Navigate to Configurations > Workflow > Code review.
2
Enable Publish blast radius label.

Set using .pr_agent.toml

Default: false.