Update tox 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:
2023-01-09 08:27:08 +00:00
committed by zuul
parent 641ec7ddd2
commit 07b3c97d7d
3 changed files with 18 additions and 4 deletions

View File

@ -201,7 +201,7 @@ def process_repositories(args, service):
repo_to.git.push(*push_args)
if "github" in url_to:
subprocess.run(
args=["gh", "pr", "create", "-f"], cwd=copy_to, check=True
args=["gh", "pr", "create", "-f"], cwd=copy_to, check=False
)
elif "gitea" in url_to and args.token:
open_pr(