| 18 | ); |
| 19 | |
| 20 | class 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); |
nothing calls this directly
no outgoing calls
no test coverage detected