finetune repos

This commit is contained in:
2022-10-27 17:22:05 +02:00
parent 0f9f4cf295
commit a18ca7e2a4
4 changed files with 53 additions and 8 deletions

View File

@ -76,6 +76,7 @@ def process_services(args, services):
allow_merge_commit=False,
allow_squash_merge=True,
allow_rebase_merge=False,
allow_update_branch=True,
branch_protections=[]
)
@ -127,7 +128,7 @@ def process_services(args, services):
data = copy.deepcopy(github_repo_template)
data["description"] = (
f"Open Telekom Cloud {service['service_title']} "
f"Service docs"
f"docs"
)
data["branch_protections"].append({"branch": "main",
"template": "zuul"})