Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
899ad6cf
Commit
899ad6cf
authored
Jan 27, 2020
by
sean-madden
Committed by
Greg Messner
Jan 27, 2020
Browse files
Fix typo in approval settings config (#501)
parent
4980598d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/ProjectApprovalsConfig.java
View file @
899ad6cf
...
...
@@ -87,7 +87,7 @@ public class ProjectApprovalsConfig {
return
new
GitLabApiForm
()
.
withParam
(
"approvals_before_merge"
,
approvalsBeforeMerge
)
.
withParam
(
"reset_approvals_on_push"
,
resetApprovalsOnPush
)
.
withParam
(
"disable_overriding_approvers_per_merge_reques"
,
disableOverridingApproversPerMergeRequest
)
.
withParam
(
"disable_overriding_approvers_per_merge_reques
t
"
,
disableOverridingApproversPerMergeRequest
)
.
withParam
(
"merge_requests_author_approval"
,
mergeRequestsAuthorApproval
)
.
withParam
(
"merge_requests_disable_committers_approval"
,
mergeRequestsDisableCommittersApproval
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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