Browse Source

Adding Milestone support for PullRequests

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Dave Henderson 9 years ago
parent
commit
0b167f8965
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/pulls.go

+ 1
- 0
github/pulls.go View File

@ -44,6 +44,7 @@ type PullRequest struct {
PatchURL *string `json:"patch_url,omitempty"`
Assignee *User `json:"assignee,omitempty"`
Assignees []*User `json:"assignees,omitempty"`
Milestone *Milestone `json:"milestone,omitempty"`
Head *PullRequestBranch `json:"head,omitempty"`
Base *PullRequestBranch `json:"base,omitempty"`


Loading…
Cancel
Save