go-playground / webhooks

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

Fix GitLab webhook event Project field typo #152

Closed lilincmu closed 1 year ago

lilincmu commented 2 years ago

Fix the json field name of Project in GitLab's PushEventPayload and TagEventPayload. The json field name should be lowercase project according to https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#push-events.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 88.208% when pulling 7da15a7caae5579aad9e7812874e7fe19bbd2091 on lilincmu:fix-gitlab-project-name into 4f72f9c366d8b19787398015a3389b826c36239f on go-playground:master.

lilincmu commented 2 years ago

This PR fixes issue https://github.com/go-playground/webhooks/issues/153