s/^\s*//;
if (/^Will (?:\S+ ){0,2}(fast-track|keep|merge|drop|discard|cook|kick|defer|be re-?rolled)[,. ]/ ||
/^Not urgent/ || /^Not ready/ || /^Waiting for / ||
- /^Can wait in / ||
+ /^Can wait in / || /^Still / ||
/^Needs? / || /^Expecting / || /^May want to /) {
return 1;
}
push @desc, $commit{$_}->{'log'};
}
- if (80 < @desc) {
- @desc = @desc[0..4];
+ if (100 < @desc) {
+ @desc = @desc[0..99];
push @desc, "- ...";
}
sub wildo_match {
if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|be re-?rolled)[,. ]/ ||
/^Not urgent/ || /^Not ready/ || /^Waiting for / || /^Can wait in / ||
- /^Needs? / || /^Expecting / || /^May want to /) {
+ /^Needs? / || /^Expecting / || /^May want to / || /^Still /) {
return 1;
}
if (/^I think this is ready for /) {