| 7 | } |
| 8 | |
| 9 | class 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected