|
|
@ -18,6 +18,7 @@ type PullRequestsService service |
|
|
|
|
|
|
|
|
// PullRequest represents a GitHub pull request on a repository.
|
|
|
// PullRequest represents a GitHub pull request on a repository.
|
|
|
type PullRequest struct { |
|
|
type PullRequest struct { |
|
|
|
|
|
ID *int `json:"id,omitempty"` |
|
|
Number *int `json:"number,omitempty"` |
|
|
Number *int `json:"number,omitempty"` |
|
|
State *string `json:"state,omitempty"` |
|
|
State *string `json:"state,omitempty"` |
|
|
Title *string `json:"title,omitempty"` |
|
|
Title *string `json:"title,omitempty"` |
|
|
|