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
letlogMessage=`Successfully scheduled runs on ${numRepositoriesQueried} repositories. See https://github.com/${owner}/${repo}/actions/runs/${response.workflow_run_id}.`;
logMessage+=`${eol2}Repositories without databases:${eol}${response.errors.repositories_without_database.join(', ')}`;
368
+
if(repositories_without_database?.length){
369
+
logMessage+=`${eol2}${repositories_without_database.length} repositories did not have a CodeQL database available:${eol}${repositories_without_database.join(', ')}`;
367
370
logMessage+=`${eol}For each public repository that has not yet been added to the database service, we will try to create a database next time the store is updated.`;
'2 repositories did not have a CodeQL database available:',
72
72
'e/f, g/h',
73
73
'For each public repository that has not yet been added to the database service, we will try to create a database next time the store is updated.'].join(os.EOL)
'2 repositories were invalid and could not be found:',
129
185
'e/f, g/h',
130
186
'',
131
-
'Repositories without databases:',
187
+
'2 repositories did not have a CodeQL database available:',
132
188
'i/j, k/l',
133
189
'For each public repository that has not yet been added to the database service, we will try to create a database next time the store is updated.'].join(os.EOL)
0 commit comments