gitlab: Add labels array in MergeRequestEventPayload
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user