Skip to content

Commit 9045f2a

Browse files
committed
Use ✅ instead of ✔️ in build scan reports
✔️ really doesn't look good in GitHub's dark theme.
1 parent ddf5c30 commit 9045f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/hibernate/infra/bot/ExtractDevelocityBuildScans.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ private String formatBuildScanList(List<DevelocityCIBuildScan> buildScans) {
257257

258258
private String statusToEmoji(DevelocityCIBuildScan.Status status) {
259259
return switch ( status ) {
260-
case SUCCESS -> ":heavy_check_mark:";
260+
case SUCCESS -> ":white_check_mark:";
261261
case FAILURE -> ":x:";
262262
};
263263
}

0 commit comments

Comments
 (0)