From 22cd4d08ed66a0e5404830c8d03acb9abd21bbeb Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 1 Jun 2026 03:18:03 -0600 Subject: [PATCH] =?UTF-8?q?fix(@ml/auto-commit-service):=20=F0=9F=90=9B=20?= =?UTF-8?q?update=20default=20branch=20to=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- src/auto_commit_service/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto_commit_service/config.py b/src/auto_commit_service/config.py index 131adbb..8e3d246 100644 --- a/src/auto_commit_service/config.py +++ b/src/auto_commit_service/config.py @@ -105,7 +105,7 @@ class AutoCommitSettings(BaseServiceSettings): # type: ignore[misc] # Git settings git_remote: str = Field(default="origin", description="Git remote to push to") - git_branch: str = Field(default="master", description="Git branch to push to") + git_branch: str = Field(default="main", description="Git branch to push to") co_authors: list[str] = Field( default=["Lilith Autocommit "], description="Co-author trailers appended to every commit message",