forked from infra/otc-metadata
update gitcontrol repo template
Reviewed-by: Goncharov, Artem <artem.goncharov@t-systems.com> Co-authored-by: gtema <artem.goncharov@gmail.com> Co-committed-by: gtema <artem.goncharov@gmail.com>
This commit is contained in:
parent
7eff19f3cd
commit
641ec7ddd2
@ -1,2 +1,4 @@
|
|||||||
GitPython
|
GitPython
|
||||||
ruamel
|
ruamel.yaml
|
||||||
|
requests
|
||||||
|
jinja2
|
||||||
|
@ -46,7 +46,7 @@ def process_services(args, services):
|
|||||||
has_wiki=False,
|
has_wiki=False,
|
||||||
default_delete_branch_after_merge=True,
|
default_delete_branch_after_merge=True,
|
||||||
allow_merge_commit=False,
|
allow_merge_commit=False,
|
||||||
allow_squash_merge=False,
|
allow_squash_merge=True,
|
||||||
allow_rebase_merge=False,
|
allow_rebase_merge=False,
|
||||||
default_merge_style="squash",
|
default_merge_style="squash",
|
||||||
branch_protections=[],
|
branch_protections=[],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user