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 a5141d6 commit e120e3bCopy full SHA for e120e3b
github/payload.go
@@ -2940,6 +2940,13 @@ type PullRequestPayload struct {
2940
Deletions int64 `json:"deletions"`
2941
ChangedFiles int64 `json:"changed_files"`
2942
} `json:"pull_request"`
2943
+ Label struct {
2944
+ ID int64 `json:"id"`
2945
+ URL string `json:"url"`
2946
+ Name string `json:"name"`
2947
+ Color string `json:"color"`
2948
+ Default bool `json:"default"`
2949
+ } `json:"label"`
2950
Repository struct {
2951
ID int64 `json:"id"`
2952
Name string `json:"name"`
0 commit comments