FetchPullRequestStatus retrieves the complete status of a pull request in the minimum number of API calls for this provider.
(ctx context.Context, token string, ref PRRef)
| 128 | // pull request in the minimum number of API calls for this |
| 129 | // provider. |
| 130 | FetchPullRequestStatus(ctx context.Context, token string, ref PRRef) (*PRStatus, error) |
| 131 | |
| 132 | // ResolveBranchPullRequest finds the open PR (if any) for |
| 133 | // the given branch. Returns nil, nil if no open PR exists. |
no outgoing calls