Meta/Reintegrate: Breaks is a significant word

This commit is contained in:
Junio C Hamano
2022-01-24 10:35:28 -08:00
parent 2bee5b8174
commit d7f018bfc9

View File

@@ -38,8 +38,8 @@ annotate_merge () {
s/^\s*//;
if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled|wait)[,. ]/ ||
/^Not urgent/ || /^Not ready/ || /^Waiting for / ||
/^Can wait in / || /^Still / || /^Stuck / || /^On hold/ ||
/^Needs? / || /^Expecting / || /^May want to /) {
/^Can wait in / || /^Still / || /^Stuck / || /^On hold/ || /^Breaks / ||
/^Needs? / || /^Expecting / || /^May want to / || /^Under review/) {
return 1;
}
return 0;