update gitcontrol repo template #14

Merged
zuul merged 1 commits from gtema-patch-1 into main 2023-01-03 09:17:55 +00:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
GitPython
ruamel
ruamel.yaml
requests
jinja2

View File

@ -46,7 +46,7 @@ def process_services(args, services):
has_wiki=False,
default_delete_branch_after_merge=True,
allow_merge_commit=False,
allow_squash_merge=False,
allow_squash_merge=True,
allow_rebase_merge=False,
default_merge_style="squash",
branch_protections=[],