Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit fc5de90

Browse files
committed
update comment
1 parent 908e766 commit fc5de90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/comment-handler-sizes.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ const main = async (): Promise<void> => {
9494
let output = "# Handler Size Report\n";
9595

9696
if (_.isEqual(baseSizes, newSizes)) {
97-
output += "No changes to handler sizes.\n";
97+
output += "> No changes to handler sizes.\n";
98+
} else {
99+
output += "> There were changes to handler sizes. Please review.";
98100
}
99101

100102
output += `### Base Handler Sizes (kB) (commit ${GITHUB_BASE_SHA})\n`;

0 commit comments

Comments
 (0)