diff --git a/cook b/cook index 2470dd686a..c86108ec75 100755 --- a/cook +++ b/cook @@ -644,6 +644,9 @@ sub wildo_match { /^Needs? / || /^Expecting / || /^May want to /) { return 1; } + if (/^I think this is ready for /) { + return 1; + } return 0; }