cook: allow semicolon as a punctuation after Will _do_
parent
6a0ad3a72e
commit
544d7295e3
2
cook
2
cook
|
|
@ -867,7 +867,7 @@ sub wildo_queue {
|
|||
|
||||
sub wildo_match {
|
||||
# NEEDSWORK: unify with Reintegrate::annotate_merge
|
||||
if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled|wait)[,. ]/ ||
|
||||
if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled|wait)[;,. ]/ ||
|
||||
/^Not urgent/ || /^Not ready/ || /^Waiting for / || /^Under discussion/ ||
|
||||
/^Can wait in / || /^Still / || /^Stuck / || /^On hold/ || /^Breaks / ||
|
||||
/^Inviting / || /^Comments/ ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue