Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 2409b54

Browse files
Apply suggestions from code review
Co-Authored-By: Aditya Sharad <[email protected]>
1 parent 9233a99 commit 2409b54

File tree

1 file changed

+2
-2
lines changed
  • codeql-learninglab-check/package/src

1 file changed

+2
-2
lines changed

codeql-learninglab-check/package/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ function isConfig(config: any): config is Config {
289289
if (unableToGetChangedQueries) {
290290
// There are no changed queries and we didn't find any git diff
291291
// It's just the first run of the action
292-
comment += `\n Hey, I am the CodeQL check bot :robot:`
293-
comment += `\n I'm looking forward to check your queries.\n`
292+
comment += `\n Hey, I am the CodeQL <span class="x x-first x-last">Learning Lab</span> bot :robot:`
293+
comment += `\n I'm looking forward to <span class="x x-first x-last">checking</span> your queries<span class="x x-first x-last"> as you go through this course</span>.\n`
294294
} else {
295295
if (RUN_ALL) {
296296
comment += `\n None of the paths for any of the queries in the repository `;

0 commit comments

Comments
 (0)