We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb75564 commit fbf0071Copy full SHA for fbf0071
gitlab/payload.go
@@ -725,6 +725,7 @@ type ObjectAttributes struct {
725
Target Target `json:"target"`
726
LastCommit LastCommit `json:"last_commit"`
727
Assignee User `json:"assignee"`
728
+ Draft bool `json:"draft"`
729
}
730
731
// PipelineObjectAttributes contains pipeline specific GitLab object attributes information
testdata/gitlab/merge-request-event.json
@@ -50,6 +50,7 @@
50
"milestone_id": null,
51
"state_id": 1,
52
"state": "opened",
53
+ "draft": false,
54
"blocking_discussions_resolved": true,
55
"work_in_progress": false,
56
"first_contribution": true,
0 commit comments