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

Class

ng-dev/pr/common/labels/managed.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9class ManagedLabel extends Label<ManageLabelParams> {
10 /** A matching function, if the label is automatically applied by our github action, otherwise false. */
11 commitCheck: (c: Commit) => boolean = this.params.commitCheck;
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected