We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320f62d commit ada4150Copy full SHA for ada4150
conda_forge_tick/auto_tick.py
@@ -490,19 +490,19 @@ def run(
490
return run(
491
context=cloned_context,
492
migrator=migrator,
493
+ git_backend=git_backend,
494
rerender=rerender,
495
base_branch=base_branch,
- dry_run=dry_run,
496
**kwargs,
497
)
498
499
500
def run(
501
context: ClonedFeedstockContext,
502
migrator: Migrator,
503
+ git_backend: GitPlatformBackend,
504
rerender: bool = True,
505
base_branch: str = "main",
- dry_run: bool = False,
506
**kwargs: typing.Any,
507
) -> tuple[MigrationUidTypedDict, dict] | tuple[Literal[False], Literal[False]]:
508
"""For a given feedstock and migration run the migration
0 commit comments