(head: string)
| 1317 | } |
| 1318 | |
| 1319 | async getHeadReference(head: string) { |
| 1320 | return `${this.repoOwner}:${head}`; |
| 1321 | } |
| 1322 | |
| 1323 | async createPR(title: string, head: string) { |
| 1324 | const result: Endpoints['POST /repos/{owner}/{repo}/pulls']['response']['data'] = |
no outgoing calls
no test coverage detected