We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d012c9 + d98f3fa commit 075b1b4Copy full SHA for 075b1b4
merge_requests.go
@@ -31,6 +31,7 @@ type MergeRequest struct {
31
Assignee *User `json:"assignee,omitempty"`
32
Description string `json:"description,omitempty"`
33
WorkInProgress bool `json:"work_in_progress,omitempty"`
34
+ MergeStatus string `json:"merge_status,omitempty"`
35
}
36
37
type ChangeItem struct {
0 commit comments