PullRequestMeta gathers pull request metadata based on given head and base information.
(headPath, basePath, headBranch, baseBranch string)
| 26 | // PullRequestMeta gathers pull request metadata based on given head and base |
| 27 | // information. |
| 28 | PullRequestMeta(headPath, basePath, headBranch, baseBranch string) (*PullRequestMeta, error) |
| 29 | // ListTagsAfter returns a list of tags "after" (exclusive) given tag. |
| 30 | ListTagsAfter(repoPath, after string, limit int) (*TagsPage, error) |
| 31 | } |
no outgoing calls