Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaosongzs committed Jul 11, 2024
1 parent 7cd0152 commit 7d8f439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private boolean ignoreComment(HostUser author, String body, ZonedDateTime create
}
if (bot.ignoredUsers().contains(author.username())) {
if (pr.isOpen()) {
return !PullRequestConstants.READY_FOR_SPONSOR_MARKER_PATTERN.matcher(body).find() && pr.isOpen();
return !PullRequestConstants.READY_FOR_SPONSOR_MARKER_PATTERN.matcher(body).find();
} else {
return true;
}
Expand Down

0 comments on commit 7d8f439

Please sign in to comment.