go-playground / webhooks

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

Add support for confidential comment events #154

Closed silkeh closed 1 year ago

silkeh commented 2 years ago

Add the required types and hooks for confidential comment events, and update the relevant fixtures with the latest GitLab examples.

Note that the types can be differentiated using event_type, which is note or confidential_note.