go-playground / webhooks

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

feat: implement gitlab release webhook #174

Closed xNok closed 1 year ago

xNok commented 1 year ago

https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#release-events

coveralls commented 1 year ago

Coverage Status

coverage: 88.742% (+0.05%) from 88.697% when pulling 4766a275acc63def9434b162f5bbe4883f9309af on xNok:impl-gitlab-release into 2d5aa68fc6fdd225ccf0489f36a5888ac82196a3 on go-playground:master.

xNok commented 1 year ago

Sorry kinda forgot about this one, I reverted the indentation changes in the test

robinlieb commented 1 year ago

@xNok Thanks!