Fix ListRepoPullRequests #219

Merged
lunny merged 7 commits from 6543/go-sdk:fix-ListRepoPullRequests into master 2020-01-16 03:52:30 +00:00
Showing only changes of commit 0ca75a16ab - Show all commits

View File

@ -40,6 +40,8 @@ func TestPull(t *testing.T) {
assert.NoError(t, err)
assert.Len(t, pulls, 0)
//ToDo add git stuff to have different branches witch can be used to create PRs and test merge etc ...
// GetPullRequest get information of one PR
//func (c *Client) GetPullRequest(owner, repo string, index int64) (*PullRequest, error)