fix: fix api report

Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
This commit is contained in:
ElaineDeMattosSilvaB
2024-08-15 09:19:13 +02:00
parent 43af3da413
commit a9d154b370
@@ -107,7 +107,7 @@ export type GitlabProviderConfig = {
userPattern: RegExp;
groupPattern: RegExp;
allowInherited?: boolean;
relations: string[];
relations?: string[];
orgEnabled?: boolean;
schedule?: TaskScheduleDefinition;
skipForkedRepos?: boolean;