Skip to content

Commit 6e6a4ad

Browse files
committed
Remove an optimization that is counter productive now
We want to remove multiple labels now so we shouldn't break out of the loop.
1 parent 883c607 commit 6e6a4ad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/io/quarkus/bot/RemoveCiLabelsWhenClosed.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ void removeWaitingForCiLabelWhenClosed(@PullRequest.Closed GHEventPayload.PullRe
4040
LOG.info("Pull request #" + pullRequest.getNumber() + " - Remove label: "
4141
+ label.getName());
4242
}
43-
break;
4443
}
4544
}
4645
}

0 commit comments

Comments
 (0)