gitlab: Add labels array in MergeRequestEventPayload

This commit is contained in:
Tarun Gupta Akirala
2020-07-14 20:50:27 -07:00
parent 7c046447e2
commit 4156f32687
+1
View File
@@ -56,6 +56,7 @@ type MergeRequestEventPayload struct {
Changes Changes `json:"changes"`
Project Project `json:"project"`
Repository Repository `json:"repository"`
Labels []Label `json:"labels"`
}
// PushEventPayload contains the information for GitLab's push event