Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions github/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -4019,6 +4019,14 @@ type PullRequestPayload struct {
Body *struct {
From string `json:"from"`
} `json:"body"`
Base *struct {
Ref *struct {
From string `json:"from"`
} `json:"ref"`
Sha *struct {
From string `json:"from"`
} `json:"sha"`
} `json:"base"`
} `json:"changes"`
Assignee *Assignee `json:"assignee"`
RequestedReviewer *Assignee `json:"requested_reviewer"`
Expand Down
Loading