Fix mikado invariant check rejecting close without impl
A close commit with zero preceding impl commits is valid — some leaf nodes involve operational steps (e.g., creating a mirror) with no code changes. Removed the false-positive check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
14e931591b
commit
1c3bf35dad
2 changed files with 3 additions and 8 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix mikado-branch-invariant-check false positive: close commits without preceding impl commits are valid (e.g., operational tasks with no code changes).
|
||||
Loading…
Add table
Add a link
Reference in a new issue