You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: codeql-learninglab-check/package/src/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -289,8 +289,8 @@ function isConfig(config: any): config is Config {
289
289
if(unableToGetChangedQueries){
290
290
// There are no changed queries and we didn't find any git diff
291
291
// 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`
294
294
}else{
295
295
if(RUN_ALL){
296
296
comment+=`\n None of the paths for any of the queries in the repository `;
0 commit comments