Skip to content

Commit

Permalink
gitlab: Add labels array in MergeRequestEventPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala committed Jul 15, 2020
1 parent 7c04644 commit 4156f32
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 4156f32

Please sign in to comment.