xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.36k stars 935 forks source link

Add new project and group access token events to webhook event types #1916

Closed vntw closed 4 months ago

vntw commented 4 months ago

👋

This PR complements #1913 by also supporting the new events when parsing webhooks.

Docs/Examples: https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#project-and-group-access-token-events

Let me know if you have any questions :)

Thanks!