feat: require post-merge cleanup safety-gate proof in reviewer reports (Closes #402) #415
@@ -209,7 +209,7 @@ def assess_post_merge_cleanup_proof(
|
|||||||
|
|
||||||
if not remote_delete and not worktree_remove:
|
if not remote_delete and not worktree_remove:
|
||||||
cleanup_mutations = re.search(
|
cleanup_mutations = re.search(
|
||||||
r"cleanup mutations\s*:\s*(?!none\b)(.+)",
|
r"cleanup mutations\s*:\s*(?!none\b)\S",
|
||||||
text,
|
text,
|
||||||
re.IGNORECASE,
|
re.IGNORECASE,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user