Closed lilincmu closed 1 year 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.
Project
PushEventPayload
TagEventPayload
project
Coverage remained the same at 88.208% when pulling 7da15a7caae5579aad9e7812874e7fe19bbd2091 on lilincmu:fix-gitlab-project-name into 4f72f9c366d8b19787398015a3389b826c36239f on go-playground:master.
This PR fixes issue https://github.com/go-playground/webhooks/issues/153
Fix the json field name of
Project
in GitLab'sPushEventPayload
andTagEventPayload
. The json field name should be lowercaseproject
according to https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#push-events.