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 b5ef76e commit 09578e2Copy full SHA for 09578e2
src/codegen/git/repo_operator/repo_operator.py
@@ -52,7 +52,7 @@ def __init__(
52
self,
53
repo_config: RepoConfig,
54
access_token: str | None = None,
55
- bot_commit: bool = True,
+ bot_commit: bool = False,
56
setup_option: SetupOption | None = None,
57
shallow: bool | None = None,
58
) -> None:
0 commit comments