| 19 | } |
| 20 | |
| 21 | export class Label<T extends LabelParams = LabelParams> { |
| 22 | /** The repositories the label is to be used in. */ |
| 23 | repositories = this.params.repositories || [ |
| 24 | ManagedRepositories.ANGULAR, |
nothing calls this directly
no outgoing calls
no test coverage detected