We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd38f6 commit 322e6dcCopy full SHA for 322e6dc
Reintegrate
@@ -32,12 +32,13 @@ done
32
annotate_merge () {
33
test -f Meta/whats-cooking.txt || return 0
34
35
+ # NEEDSWORK: unify with cook::wildo_match
36
perl -e '
37
sub wildo_match {
38
s/^\s*//;
39
if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled|wait)[,. ]/ ||
40
/^Not urgent/ || /^Not ready/ || /^Waiting for / ||
- /^Can wait in / || /^Still / || /^Stuck / ||
41
+ /^Can wait in / || /^Still / || /^Stuck / || /^On hold/ ||
42
/^Needs? / || /^Expecting / || /^May want to /) {
43
return 1;
44
}
0 commit comments