Skip to content

Commit 075b1b4

Browse files
author
Raphaël Benitte
committed
Merge pull request #31 from nii236/develop
add merge_status to struct
2 parents 9d012c9 + d98f3fa commit 075b1b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

merge_requests.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ type MergeRequest struct {
3131
Assignee *User `json:"assignee,omitempty"`
3232
Description string `json:"description,omitempty"`
3333
WorkInProgress bool `json:"work_in_progress,omitempty"`
34+
MergeStatus string `json:"merge_status,omitempty"`
3435
}
3536

3637
type ChangeItem struct {

0 commit comments

Comments
 (0)