We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 957d07e + 4156f32 commit 30fb8f8Copy full SHA for 30fb8f8
gitlab/payload.go
@@ -56,6 +56,7 @@ type MergeRequestEventPayload struct {
56
Changes Changes `json:"changes"`
57
Project Project `json:"project"`
58
Repository Repository `json:"repository"`
59
+ Labels []Label `json:"labels"`
60
}
61
62
// PushEventPayload contains the information for GitLab's push event
0 commit comments