Browse Source

add HTMLURL (html_url) to PullRequest

Shawn Smith 12 years ago
committed by Will Norris
parent
commit
89bac30450
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/pulls.go

+ 1
- 0
github/pulls.go View File

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


Loading…
Cancel
Save