Skip to content
Snippets Groups Projects
Unverified Commit 6f5cc999 authored by poly000's avatar poly000 Committed by GitHub
Browse files

fix: minimum approver policy is blocking

parent e2566f3a
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ function setup_build_policy() {
-d \
'{
"isEnabled": true,
"isBlocking": false,
"isBlocking": true,
"type": {
"id": "fa4e907d-c16b-4a4c-9dfa-4906e5d171dd"
},
......@@ -104,4 +104,4 @@ export repo_id=$( get_repo_id )
# print_policy_list
setup_build_policy
setup_build_validation
\ No newline at end of file
setup_build_validation
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment