Merge branch 'main' into lgtm_filters
This commit is contained in:
commit
1a4c658bbf
205 changed files with 99252 additions and 6163 deletions
2
lib/config-utils.js
generated
2
lib/config-utils.js
generated
|
|
@ -299,7 +299,7 @@ async function getRemoteConfig(configFile) {
|
|||
if (pieces === null || pieces.groups === undefined || pieces.length < 5) {
|
||||
throw new Error(getConfigFileRepoFormatInvalidMessage(configFile));
|
||||
}
|
||||
const response = await api.client.repos.getContents({
|
||||
const response = await api.getApiClient().repos.getContents({
|
||||
owner: pieces.groups.owner,
|
||||
repo: pieces.groups.repo,
|
||||
path: pieces.groups.path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue