(r: RegExp)
| 17 | }; |
| 18 | |
| 19 | const test = (r: RegExp): ((c: string) => boolean) => r.test.bind(r); |
| 20 | |
| 21 | export const wildcards: Matcher[] = [ |
| 22 | test(/^((Merge pull request)|(Merge (.*?) into (.*?)|(Merge branch (.*?)))(?:\r?\n)*$)/m), |
no outgoing calls
no test coverage detected
searching dependent graphs…