fix(@ml/auto-commit-service): 🐛 update default branch to main
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
0d9d2e870d
commit
22cd4d08ed
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class AutoCommitSettings(BaseServiceSettings): # type: ignore[misc]
|
||||||
|
|
||||||
# Git settings
|
# Git settings
|
||||||
git_remote: str = Field(default="origin", description="Git remote to push to")
|
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(
|
co_authors: list[str] = Field(
|
||||||
default=["Lilith Autocommit <noreply@atlilith.com>"],
|
default=["Lilith Autocommit <noreply@atlilith.com>"],
|
||||||
description="Co-author trailers appended to every commit message",
|
description="Co-author trailers appended to every commit message",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue