Added default value for --from-repo arg

This commit is contained in:
pufit 2023-05-24 13:47:50 -04:00
parent 8df7a69147
commit 8875b98e2a

View File

@ -548,6 +548,7 @@ def parse_args():
)
parser.add_argument(
"--from-repo",
default="ClickHouse/ClickHouse",
help="if set, the commits will be taken from this repo, but PRs will be created in the main repo",
)
parser.add_argument("--dry-run", action="store_true", help="do not create anything")