xanzy / go-gitlab

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

Add support for the CustomWebhookTemplate #1892

Closed RicePatrick closed 5 months ago

RicePatrick commented 5 months ago

This PR adds support for the newly introduced custom_webhook_template attributes on Project and Group webhooks.

Note: While the documentation for this feature isn't quite published yet, it should be within a day or two. See the MR here: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146823

(here's the release notes link too, in case you're curious: https://about.gitlab.com/releases/gitlab-com/#custom-payload-template-for-webhooks)

RicePatrick commented 5 months ago

@svanharmelen - This should be ready for review when you have a moment!