Update tox template
All checks were successful
gl/check check status: success (d0fbe9a83828b2ced0ae751df5edcd7895738439)
All checks were successful
gl/check check status: success (d0fbe9a83828b2ced0ae751df5edcd7895738439)
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user