Merge pull request #114 from takirala/tga/add-labels-support

gitlab: Add labels array in MergeRequestEventPayload
This commit is contained in:
Anton Krivenko 2020-11-10 23:20:39 +03:00 committed by GitHub
commit 30fb8f885f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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