From 9a6b76769fbf1fe09e1d6ca4448f6b0ffe20cac6 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Tue, 12 Dec 2023 13:11:27 +0100 Subject: [PATCH] Fix emoji (#167) --- dist/index.js | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index e40ebbb..d1d08e1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -35107,7 +35107,7 @@ Consider using \`git-lfs\` to manage large files. ${accidentalFilesList} `; // note: indentation is important here, as it is used to determine the code block - const body = `## Possible file(s) that should be tracked in LFS detected: :rotating_light: + const body = `## Possible file(s) that should be tracked in LFS detected: 🚨 ${largeFiles.length > 0 ? largeFilesBody : ''} ${accidentallyCheckedInLsfFiles.length > 0 diff --git a/src/index.ts b/src/index.ts index f0b2a00..a3f7935 100644 --- a/src/index.ts +++ b/src/index.ts @@ -251,7 +251,7 @@ Consider using \`git-lfs\` to manage large files. `; // note: indentation is important here, as it is used to determine the code block - const body = `## Possible file(s) that should be tracked in LFS detected: :rotating_light: + const body = `## Possible file(s) that should be tracked in LFS detected: 🚨 ${largeFiles.length > 0 ? largeFilesBody : ''} ${