go-playground / webhooks

:fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs
MIT License
950 stars 238 forks source link

Installation struct missing for IssuesPayload, IssueCommentPayload and CommitCommentPayload #177

Closed Fish-Nullify closed 1 year ago

Fish-Nullify commented 1 year ago

The installation ID allows us to check when the event is configured for and sent to a GitHub App.

References:

https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#webhook-payload-object https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#webhook-payload-object-1

Pull Request: https://github.com/go-playground/webhooks/pull/178