Skip to content

Commit

Permalink
add discussion id to gitlab webhook payload
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlam committed Jan 15, 2025
1 parent 4aefbf1 commit db895ef
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 @@ -730,6 +730,7 @@ type ObjectAttributes struct {
Target Target `json:"target"`
LastCommit LastCommit `json:"last_commit"`
Assignee Assignee `json:"assignee"`
DiscussionID string `json:"discussion_id"` // thread id
}

// PipelineObjectAttributes contains pipeline specific GitLab object attributes information
Expand Down

0 comments on commit db895ef

Please sign in to comment.