Fixing missing required approvals in generate script for gitcontrol #102

Merged
zuul merged 3 commits from gitcontrol_repo_fix into main 2023-06-08 18:23:33 +00:00
Showing only changes of commit e21a1e74a9 - Show all commits

View File

@ -35,6 +35,7 @@ def process_services(args, services):
status_check_contexts=["gl/check"],
enable_merge_whitelist=True,
merge_whitelist_usernames=["zuul"],
required_approvals=1,
)
gitea_repo_template = dict(
default_branch="main",
@ -61,6 +62,7 @@ def process_services(args, services):
status_check_contexts=["gl/check"],
enable_merge_whitelist=True,
merge_whitelist_usernames=["zuul"],
required_approvals=1
)
github_repo_template = dict(
default_branch="main",