feat(src/auto_commit_service/cli/__init__.py): ✨ add service name for one-shot mode
This commit is contained in:
parent
7c737b8476
commit
9eb03b20d8
1 changed files with 1 additions and 0 deletions
|
|
@ -844,6 +844,7 @@ def commit_oneshot(
|
|||
async def run_oneshot():
|
||||
# Build settings for one-shot mode
|
||||
settings = AutoCommitSettings(
|
||||
service_name="commit-oneshot",
|
||||
repos_base_path=Path(cwd),
|
||||
repos_base_paths=[Path(cwd)] if all_repos else [],
|
||||
recursive_discovery=all_repos,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue