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 : ''} ${