Skip to content

Commit bef3571

Browse files
committed
Meta/cook: notice 'I think this is ready'
1 parent cc3b7de commit bef3571

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cook

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,9 @@ sub wildo_match {
644644
/^Needs? / || /^Expecting / || /^May want to /) {
645645
return 1;
646646
}
647+
if (/^I think this is ready for /) {
648+
return 1;
649+
}
647650
return 0;
648651
}
649652

0 commit comments

Comments
 (0)