chore: add level config to BitbucketCloudEntityProviderConfig
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
+1
@@ -32,6 +32,7 @@ export type BitbucketCloudEntityProviderConfig = {
|
||||
repoSlug?: RegExp;
|
||||
};
|
||||
schedule?: SchedulerServiceTaskScheduleDefinition;
|
||||
level?: 'workspace' | 'project';
|
||||
};
|
||||
|
||||
export function readProviderConfigs(
|
||||
|
||||
Reference in New Issue
Block a user