File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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 /) {
Original file line number Diff line number Diff line change @@ -682,9 +682,10 @@ sub wildo_flush_topic {
682682}
683683
684684sub 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 / ) {
You can’t perform that action at this time.
0 commit comments