Update tox template
All checks were successful
gl/check check status: success (d0fbe9a83828b2ced0ae751df5edcd7895738439)

This commit is contained in:
2023-01-06 14:31:14 +01:00
parent 7eff19f3cd
commit d0fbe9a838
2 changed files with 12 additions and 2 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(