google / go-github

Go library for accessing the GitHub v3 API
https://pkg.go.dev/github.com/google/go-github/v65/github
BSD 3-Clause "New" or "Revised" License
10.31k stars 2.04k forks source link

some missing fields in github checksuite webhook events #3277

Open prnvbn opened 2 hours ago

prnvbn commented 2 hours ago

The following fields are not unmarshalled when receiving check_suite webhook events from github

link to github docs - https://docs.github.com/en/webhooks/webhook-events-and-payloads#check_suite

prnvbn commented 2 hours ago

created a PR - https://github.com/google/go-github/issues/3277