Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
ee2e2d1f
Commit
ee2e2d1f
authored
Aug 30, 2018
by
Patrick Webster
Committed by
Sander van Harmelen
Aug 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge_request_approvals.go: Adding approvals_before_merge to MergeRequestApprovals struct. (#460)
parent
fdf49f97
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
merge_request_approvals.go
merge_request_approvals.go
+1
-0
No files found.
merge_request_approvals.go
View file @
ee2e2d1f
...
...
@@ -28,6 +28,7 @@ type MergeRequestApprovals struct {
CreatedAt
*
time
.
Time
`json:"created_at"`
UpdatedAt
*
time
.
Time
`json:"updated_at"`
MergeStatus
string
`json:"merge_status"`
ApprovalsBeforeMerge
int
`json:"approvals_before_merge"`
ApprovalsRequired
int
`json:"approvals_required"`
ApprovalsLeft
int
`json:"approvals_left"`
ApprovedBy
[]
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment