File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -413,6 +413,7 @@ $optional_params_cli = @(
413
413
" review_scope" ,
414
414
" enable_default_branch" ,
415
415
" exclude_branches" ,
416
+ " include_branches" ,
416
417
" exclude_files" ,
417
418
" exclude_draft_pr" ,
418
419
" dependency_check" ,
@@ -581,6 +582,8 @@ foreach ($param in $required_params + $bee_params + $optional_params) {
581
582
$docker_cmd += " --$param =$validated_boolean "
582
583
} elseif ($param -eq " exclude_branches" ) {
583
584
$docker_cmd += " --exclude_branches='$ ( $props [$param ]) '"
585
+ } elseif ($param -eq " include_branches" ) {
586
+ $docker_cmd += " --include_branches='$ ( $props [$param ]) '"
584
587
} elseif ($param -eq " exclude_files" ) {
585
588
$docker_cmd += " --exclude_files='$ ( $props [$param ]) '"
586
589
} elseif ($param -eq " exclude_draft_pr" ) {
You can’t perform that action at this time.
0 commit comments