We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ae210 commit a46c71dCopy full SHA for a46c71d
Reintegrate
@@ -37,7 +37,7 @@ annotate_merge () {
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 / ||
+ /^Not urgent/ || /^Not ready/ || /^Waiting for / || /^Under discussion/ ||
41
/^Can wait in / || /^Still / || /^Stuck / || /^On hold/ || /^Breaks / ||
42
/^Needs? / || /^Expecting / || /^May want to / || /^Under review/) {
43
return 1;
cook
@@ -870,9 +870,6 @@ sub wildo_match {
870
871
872
}
873
- if (/^I think this is ready for /) {
874
- return 1;
875
- }
876
return 0;
877
878
0 commit comments