Commit 899ad6cf authored by sean-madden's avatar sean-madden Committed by Greg Messner
Browse files

Fix typo in approval settings config (#501)

parent 4980598d
...@@ -87,7 +87,7 @@ public class ProjectApprovalsConfig { ...@@ -87,7 +87,7 @@ public class ProjectApprovalsConfig {
return new GitLabApiForm() return new GitLabApiForm()
.withParam("approvals_before_merge", approvalsBeforeMerge) .withParam("approvals_before_merge", approvalsBeforeMerge)
.withParam("reset_approvals_on_push", resetApprovalsOnPush) .withParam("reset_approvals_on_push", resetApprovalsOnPush)
.withParam("disable_overriding_approvers_per_merge_reques", disableOverridingApproversPerMergeRequest) .withParam("disable_overriding_approvers_per_merge_request", disableOverridingApproversPerMergeRequest)
.withParam("merge_requests_author_approval", mergeRequestsAuthorApproval) .withParam("merge_requests_author_approval", mergeRequestsAuthorApproval)
.withParam("merge_requests_disable_committers_approval", mergeRequestsDisableCommittersApproval); .withParam("merge_requests_disable_committers_approval", mergeRequestsDisableCommittersApproval);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment