We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd70db9 commit 5bbfd6bCopy full SHA for 5bbfd6b
github/payload.go
@@ -4019,6 +4019,14 @@ type PullRequestPayload struct {
4019
Body *struct {
4020
From string `json:"from"`
4021
} `json:"body"`
4022
+ Base *struct {
4023
+ Ref *struct {
4024
+ From string `json:"from"`
4025
+ } `json:"ref"`
4026
+ Sha *struct {
4027
4028
+ } `json:"Sha"`
4029
+ } `json:"base"`
4030
} `json:"changes"`
4031
Assignee *Assignee `json:"assignee"`
4032
RequestedReviewer *Assignee `json:"requested_reviewer"`
0 commit comments