Skip to content

Commit

Permalink
Add PullRequest.MergeableState field (google#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
ains authored and gmlewis committed Dec 29, 2017
1 parent 698b83c commit 20700ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions github/pulls.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type PullRequest struct {
User *User `json:"user,omitempty"`
Merged *bool `json:"merged,omitempty"`
Mergeable *bool `json:"mergeable,omitempty"`
MergeableState *string `json:"mergeable_state,omitempty"`
MergedBy *User `json:"merged_by,omitempty"`
MergeCommitSHA *string `json:"merge_commit_sha,omitempty"`
Comments *int `json:"comments,omitempty"`
Expand Down

0 comments on commit 20700ca

Please sign in to comment.