Skip to content

Commit 4156f32

Browse files
committed
gitlab: Add labels array in MergeRequestEventPayload
1 parent 7c04644 commit 4156f32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/payload.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ type MergeRequestEventPayload struct {
5656
Changes Changes `json:"changes"`
5757
Project Project `json:"project"`
5858
Repository Repository `json:"repository"`
59+
Labels []Label `json:"labels"`
5960
}
6061

6162
// PushEventPayload contains the information for GitLab's push event

0 commit comments

Comments
 (0)