feat(catalog-backend-module-gitlab): Add skipForkedRepos field in config.d.ts

Signed-off-by: alessandro <alessandro.manno@facile.it>
This commit is contained in:
alessandro
2023-07-27 12:40:49 +02:00
parent 0de20357ee
commit 941aa42ef6
+4
View File
@@ -60,6 +60,10 @@ export interface Config {
* (Optional) RegExp for the Group Name Pattern
*/
groupPattern?: RegExp;
/**
* (Optional) Skip forked repository
*/
skipForkedRepos?: boolean;
}
>;
};