|
|
@ -43,6 +43,7 @@ type PullRequest struct { |
|
|
StatusesURL *string `json:"statuses_url,omitempty"` |
|
|
StatusesURL *string `json:"statuses_url,omitempty"` |
|
|
DiffURL *string `json:"diff_url,omitempty"` |
|
|
DiffURL *string `json:"diff_url,omitempty"` |
|
|
PatchURL *string `json:"patch_url,omitempty"` |
|
|
PatchURL *string `json:"patch_url,omitempty"` |
|
|
|
|
|
Assignee *User `json:"assignee,omitempty"` // probably only in webhooks
|
|
|
|
|
|
|
|
|
Head *PullRequestBranch `json:"head,omitempty"` |
|
|
Head *PullRequestBranch `json:"head,omitempty"` |
|
|
Base *PullRequestBranch `json:"base,omitempty"` |
|
|
Base *PullRequestBranch `json:"base,omitempty"` |
|
|
|