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:
@@ -60,6 +60,10 @@ export interface Config {
|
||||
* (Optional) RegExp for the Group Name Pattern
|
||||
*/
|
||||
groupPattern?: RegExp;
|
||||
/**
|
||||
* (Optional) Skip forked repository
|
||||
*/
|
||||
skipForkedRepos?: boolean;
|
||||
}
|
||||
>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user