File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Library webhooks
22================
3- <img align =" right " src =" https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png " >![ Project status] ( https://img.shields.io/badge/version-3.8 .0-green.svg )
3+ <img align =" right " src =" https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png " >![ Project status] ( https://img.shields.io/badge/version-3.11 .0-green.svg )
44[ ![ Build Status] ( https://travis-ci.org/go-playground/webhooks.svg?branch=v3 )] ( https://travis-ci.org/go-playground/webhooks )
55[ ![ Coverage Status] ( https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github )] ( https://coveralls.io/github/go-playground/webhooks?branch=v3 )
66[ ![ Go Report Card] ( https://goreportcard.com/badge/go-playground/webhooks )] ( https://goreportcard.com/report/go-playground/webhooks )
Original file line number Diff line number Diff line change @@ -2791,6 +2791,13 @@ type PullRequestPayload struct {
27912791 Type string `json:"type"`
27922792 SiteAdmin bool `json:"site_admin"`
27932793 } `json:"requested_reviewers,omitempty"`
2794+ Labels []struct {
2795+ ID int64 `json:"id"`
2796+ URL string `json:"url"`
2797+ Name string `json:"name"`
2798+ Color string `json:"color"`
2799+ Default bool `json:"default"`
2800+ } `json:"labels"`
27942801 Head struct {
27952802 Label string `json:"label"`
27962803 Ref string `json:"ref"`
You can’t perform that action at this time.
0 commit comments