Skip to content

Commit

Permalink
more updates to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudTT committed Oct 21, 2024
1 parent 78cffe0 commit fec5bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-lint-license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
let commentBody = `## Frontend Project: ESLint and Licence Header Errors\n\`\`\`\n${lintErrors}\n\`\`\`\nPlease review and resolve the errors.`;
if (process.env.MISSING_LC_HEADERS === 'true') {
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.\n\nPlease ensure each indicated file includes a valid SPDX license identifier. This is essential for maintaining licensing compliance. Your attention and cooperation in updating these files are greatly appreciated. Thank you.`;
commentBody += `\n\n---\n🚨 **Flagged: License header is missing in one or more files.**\n\nPlease ensure that each flagged file includes a valid SPDX license identifier. Flagged files will be clearly marked with a **!Flagged** comment. Addressing this is crucial for maintaining licensing compliance. Your prompt attention and cooperation in updating these files are greatly appreciated. Thank you!`;
}
if (lintErrors && issueNumber) {
Expand Down

0 comments on commit fec5bb7

Please sign in to comment.