Skip to content

Commit db895ef

Browse files
committed
add discussion id to gitlab webhook payload
1 parent 4aefbf1 commit db895ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ type ObjectAttributes struct {
730730
Target Target `json:"target"`
731731
LastCommit LastCommit `json:"last_commit"`
732732
Assignee Assignee `json:"assignee"`
733+
DiscussionID string `json:"discussion_id"` // thread id
733734
}
734735

735736
// PipelineObjectAttributes contains pipeline specific GitLab object attributes information

0 commit comments

Comments
 (0)