(s: string)
| 80 | |
| 81 | const summaryLines = trimBlankEdges(cleanSummary.split('\n')); |
| 82 | const linkify = (s: string) => linkifyIssueRefs(s, serverUrl, repoSlug); |
| 83 | |
| 84 | // Build the prefix: PR link, commit link, thanks |
| 85 | const { links, thanks } = formatPrefix( |
no test coverage detected
searching dependent graphs…