Merge pull request #17057 from alexmanno/feat/gitlab-skip-forked-projects

feat(catalog-backend-module-gitlab): Added option to skip forked repos
This commit is contained in:
Patrik Oldsberg
2023-05-31 17:33:09 +02:00
committed by GitHub
5 changed files with 28 additions and 1 deletions
+2
View File
@@ -109,3 +109,5 @@ export default async function createPlugin(
```
If you don't want create location object if file with component definition do not exists in project, you can set the `skipReposWithoutExactFileMatch` option. That can reduce count of request to gitlab with 404 status code.
If you don't want to create location object if the project is a fork, you can set the `skipForkedRepos` option.