(head: string)
| 1343 | } |
| 1344 | |
| 1345 | async getHeadReference(head: string) { |
| 1346 | return `${this.repoOwner}:${head}`; |
| 1347 | } |
| 1348 | |
| 1349 | async createPR(title: string, head: string) { |
| 1350 | const result: Endpoints['POST /repos/{owner}/{repo}/pulls']['response']['data'] = |
no outgoing calls
no test coverage detected