Skip to content

Commit 322e6dc

Browse files
committed
Reintegrate: teach 'On hold' status
1 parent ccd38f6 commit 322e6dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Reintegrate

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ done
3232
annotate_merge () {
3333
test -f Meta/whats-cooking.txt || return 0
3434

35+
# NEEDSWORK: unify with cook::wildo_match
3536
perl -e '
3637
sub wildo_match {
3738
s/^\s*//;
3839
if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled|wait)[,. ]/ ||
3940
/^Not urgent/ || /^Not ready/ || /^Waiting for / ||
40-
/^Can wait in / || /^Still / || /^Stuck / ||
41+
/^Can wait in / || /^Still / || /^Stuck / || /^On hold/ ||
4142
/^Needs? / || /^Expecting / || /^May want to /) {
4243
return 1;
4344
}

0 commit comments

Comments
 (0)