MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/pr/common/validation/assert-breaking-change-info.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18);
19
20class Validation extends PullRequestValidation {
21 assert(commits: Commit[], labels: string[]) {
22 // Whether the PR has a label noting a breaking change.
23 const hasLabel = labels.includes(managedLabels['DETECTED_BREAKING_CHANGE'].name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected