mirror of
https://github.com/git/git.git
synced 2026-01-17 14:21:57 +00:00
Meta/Reintegrate: Breaks is a significant word
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user