Skip to content

Commit

Permalink
Update bots/pr/src/main/java/org/openjdk/skara/bots/pr/CheckWorkItem.…
Browse files Browse the repository at this point in the history
…java

Co-authored-by: Erik Joelsson <37597443+erikj79@users.noreply.github.com>
  • Loading branch information
zhaosongzs and erikj79 committed Apr 29, 2024
1 parent 61ae8b5 commit b64ca0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public Collection<WorkItem> prRun(ScratchArea scratchArea) {
"$ git commit --allow-empty -m \"Empty commit\"\n" +
"$ git push\n" +
"```\n" +
"If the issue still exists, please notify skara admins.";
"If the issue still exists, please notify Skara admins.";
addErrorComment(text, comments);
return List.of();
}
Expand Down

0 comments on commit b64ca0c

Please sign in to comment.