We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c04644 commit 4156f32Copy full SHA for 4156f32
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