From 73376dc0df9f41b9956eb61d38bc1b32724d971c Mon Sep 17 00:00:00 2001 From: Anirudh Ramchandran Date: Mon, 21 Oct 2024 09:25:19 -0400 Subject: [PATCH] update comments --- .github/workflows/lint-and-license-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-license-check.yml b/.github/workflows/lint-and-license-check.yml index 2485f42d..fd5a9e8a 100644 --- a/.github/workflows/lint-and-license-check.yml +++ b/.github/workflows/lint-and-license-check.yml @@ -114,7 +114,7 @@ jobs: let commentBody = `## Frontend Project: ESLint Errors\n\`\`\`\n${lintErrors}\n\`\`\`\nPlease review and resolve the ESLint errors.`; if (process.env.MISSING_LC_HEADERS === 'true') { - commentBody += `\n\n---\n🚩 **Flagged: LC header is missing in one or more files.**`; + commentBody += `\n\n---\n🚩 **Flagged: Licence header is missing in one or more files.**\nPlease check the flagged lines in the files and ensure the appropriate licence headers are added.`; } if (lintErrors && issueNumber) {