File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ sub tweak_graduated {
724
724
725
725
# Remove the "Will merge" marker from topics that have graduated.
726
726
for ($td -> {' text' }) {
727
- s /\n Will merge to '$MASTER'\. (\n |$)// s ;
727
+ s /\n Will merge to '$MASTER'\. (\n |$)/ / s ;
728
728
}
729
729
}
730
730
@@ -853,7 +853,7 @@ sub wildo_match {
853
853
if (/ ^Will (?:\S + ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled|wait)[,. ]/ ||
854
854
/ ^Not urgent/ || / ^Not ready/ || / ^Waiting for / || / ^Under discussion/ ||
855
855
/ ^Can wait in / || / ^Still / || / ^Stuck / || / ^On hold/ || / ^Breaks / ||
856
- / ^Inviting / ||
856
+ / ^Inviting / || / ^Comments / ||
857
857
/ ^Needs? / || / ^Expecting / || / ^May want to / || / ^Under review/ ) {
858
858
return 1;
859
859
}
You can’t perform that action at this time.
0 commit comments