(repo: string, number: JsonValue)
| 1566 | } |
| 1567 | |
| 1568 | function fetchPullRequest(repo: string, number: JsonValue) { |
| 1569 | return ghJson(["api", `repos/${repo}/pulls/${number}`]); |
| 1570 | } |
| 1571 | |
| 1572 | function fetchPullRequestView(repo: string, number: JsonValue) { |
| 1573 | return ghJson([ |
no test coverage detected