Skip to content

Commit 30fb8f8

Browse files
authored
Merge pull request #114 from takirala/tga/add-labels-support
gitlab: Add labels array in MergeRequestEventPayload
2 parents 957d07e + 4156f32 commit 30fb8f8

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)