Skip to content

Commit 17abc90

Browse files
committed
Meta/cook, Meta/Reintegrate: add a few more $willdo verbs
"Will hold" and "Will eject (from ...)" are common things to say.
1 parent 083f201 commit 17abc90

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Reintegrate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ annotate_merge () {
2727
perl -e '
2828
sub wildo_match {
2929
s/^\s*//;
30-
if (/^Will (?:\S+ ){0,2}(fast-track|keep|merge|drop|discard|cook|kick|defer|be re-?rolled)[,. ]/ ||
30+
if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled)[,. ]/ ||
3131
/^Not urgent/ || /^Not ready/ || /^Waiting for / ||
3232
/^Can wait in / || /^Still / ||
3333
/^Needs? / || /^Expecting / || /^May want to /) {

cook

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -682,9 +682,10 @@ sub wildo_flush_topic {
682682
}
683683

684684
sub wildo_match {
685-
if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|be re-?rolled)[,. ]/ ||
686-
/^Not urgent/ || /^Not ready/ || /^Waiting for / || /^Can wait in / ||
687-
/^Needs? / || /^Expecting / || /^May want to / || /^Still /) {
685+
if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled)[,. ]/ ||
686+
/^Not urgent/ || /^Not ready/ || /^Waiting for / ||
687+
/^Can wait in / || /^Still / ||
688+
/^Needs? / || /^Expecting / || /^May want to /) {
688689
return 1;
689690
}
690691
if (/^I think this is ready for /) {

0 commit comments

Comments
 (0)