Skip to content

Commit

Permalink
Merge pull request #114 from takirala/tga/add-labels-support
Browse files Browse the repository at this point in the history
gitlab: Add labels array in MergeRequestEventPayload
  • Loading branch information
Toshik1978 authored Nov 10, 2020
2 parents 957d07e + 4156f32 commit 30fb8f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30fb8f8

Please sign in to comment.