finetune repos
This commit is contained in:
@ -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"})
|
||||
|
Reference in New Issue
Block a user