Merge pull request #108 from yinxulai/v5
add changes field in to PullRequestPayload of GitHub.
This commit is contained in:
@@ -4006,6 +4006,14 @@ type PullRequestPayload struct {
|
|||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
SiteAdmin bool `json:"site_admin"`
|
SiteAdmin bool `json:"site_admin"`
|
||||||
} `json:"sender"`
|
} `json:"sender"`
|
||||||
|
Changes *struct {
|
||||||
|
Title *struct {
|
||||||
|
From string `json:"from"`
|
||||||
|
} `json:"title"`
|
||||||
|
Body *struct {
|
||||||
|
From string `json:"from"`
|
||||||
|
} `json:"body"`
|
||||||
|
} `json:"changes"`
|
||||||
Assignee *Assignee `json:"assignee"`
|
Assignee *Assignee `json:"assignee"`
|
||||||
RequestedReviewer *Assignee `json:"requested_reviewer"`
|
RequestedReviewer *Assignee `json:"requested_reviewer"`
|
||||||
RequestedTeam struct {
|
RequestedTeam struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user