ParsePullRequestURL parses a pull request URL into a PRRef. Returns false if the URL does not match this provider.
(raw string)
| 158 | // PRRef. Returns false if the URL does not match this |
| 159 | // provider. |
| 160 | ParsePullRequestURL(raw string) (PRRef, bool) |
| 161 | |
| 162 | // NormalizePullRequestURL normalizes a pull request URL, |
| 163 | // stripping trailing punctuation, query strings, and |
no outgoing calls