Update tox template
All checks were successful
gl/check check status: success (84baf725f28b43df83ff5f4ab3513a9b4e8f0afa)
gl/gate gate status: success (84baf725f28b43df83ff5f4ab3513a9b4e8f0afa)

This commit is contained in:
2023-01-06 14:31:14 +01:00
parent 7eff19f3cd
commit 84baf725f2
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(