feat: require post-merge cleanup safety-gate proof in reviewer reports (Closes #402) #415

Merged
sysadmin merged 3 commits from feat/issue-402-post-merge-cleanup-proof into master 2026-07-08 03:13:43 -05:00
Showing only changes of commit 44a7c62dc3 - Show all commits
+1 -1
View File
@@ -209,7 +209,7 @@ def assess_post_merge_cleanup_proof(
if not remote_delete and not worktree_remove:
cleanup_mutations = re.search(
r"cleanup mutations\s*:\s*(?!none\b)(.+)",
r"cleanup mutations\s*:\s*(?!none\b)\S",
text,
re.IGNORECASE,
)