Skip to content

Commit

Permalink
fix: default back to bot_commit=False on RepoOperator (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroljung-cg authored Feb 22, 2025
1 parent b5ef76e commit 09578e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/git/repo_operator/repo_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
self,
repo_config: RepoConfig,
access_token: str | None = None,
bot_commit: bool = True,
bot_commit: bool = False,
setup_option: SetupOption | None = None,
shallow: bool | None = None,
) -> None:
Expand Down

0 comments on commit 09578e2

Please sign in to comment.