mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-18 16:13:29 +08:00
feat: default ecc2 worktrees through policy
This commit is contained in:
@@ -392,10 +392,7 @@ where
|
||||
);
|
||||
}
|
||||
if dirty > 0 {
|
||||
tracing::warn!(
|
||||
"Skipped {} dirty worktree(s) during auto-merge",
|
||||
dirty
|
||||
);
|
||||
tracing::warn!("Skipped {} dirty worktree(s) during auto-merge", dirty);
|
||||
}
|
||||
if active > 0 {
|
||||
tracing::info!("Skipped {active} active worktree(s) during auto-merge");
|
||||
|
||||
Reference in New Issue
Block a user