Browse Source

Update PullRequest to include statuses_url

Signed-off-by: Ondrej Kupka <ondra.cap@gmail.com>
Ondrej Kupka 12 years ago
parent
commit
b79b0b7d4a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/pulls.go

+ 1
- 0
github/pulls.go View File

@ -38,6 +38,7 @@ type PullRequest struct {
Deletions *int `json:"deletions,omitempty"` Deletions *int `json:"deletions,omitempty"`
ChangedFiles *int `json:"changed_files,omitempty"` ChangedFiles *int `json:"changed_files,omitempty"`
HTMLURL *string `json:"html_url,omitempty"` HTMLURL *string `json:"html_url,omitempty"`
StatusesURL *string `json:"statuses_url,omitempty"`
// TODO(willnorris): add head and base once we have a Commit struct defined somewhere // TODO(willnorris): add head and base once we have a Commit struct defined somewhere
} }


Loading…
Cancel
Save