mirror of
https://github.com/git/git.git
synced 2026-03-01 18:24:00 +01:00
cook: allow semicolon as a punctuation after Will _do_
This commit is contained in:
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/ ||
|
||||
|
||||
Reference in New Issue
Block a user