Add config param to Github in deafultProcessor (#2348)
This commit is contained in:
@@ -77,7 +77,7 @@ export class LocationReaders implements LocationReader {
|
||||
return [
|
||||
StaticLocationProcessor.fromConfig(config),
|
||||
new FileReaderProcessor(),
|
||||
new GithubReaderProcessor(),
|
||||
new GithubReaderProcessor(config),
|
||||
new GithubApiReaderProcessor(config),
|
||||
new GitlabApiReaderProcessor(config),
|
||||
new GitlabReaderProcessor(),
|
||||
|
||||
Reference in New Issue
Block a user