66 lines
1.2 KiB
YAML
66 lines
1.2 KiB
YAML
# union of frontend, api, server, scheduler, protocol, worker, kubernetes
|
|
area/platform:
|
|
- airbyte-webapp/*
|
|
- airbyte-webapp/**/*
|
|
- airbyte-api/*
|
|
- airbyte-api/**/*
|
|
- airbyte-server/*
|
|
- airbyte-server/**/*
|
|
- airbyte-scheduler/*
|
|
- airbyte-scheduler/**/*
|
|
- airbyte-protocol/*
|
|
- airbyte-protocol/**/*
|
|
- airbyte-workers/*
|
|
- airbyte-workers/**/*
|
|
- kube/*
|
|
- kube/**/*
|
|
- charts/*
|
|
- charts/**/*
|
|
|
|
team/frontend:
|
|
- airbyte-webapp/*
|
|
- airbyte-webapp/**/*
|
|
|
|
area/api:
|
|
- airbyte-api/*
|
|
- airbyte-api/**/*
|
|
|
|
area/server:
|
|
- airbyte-server/*
|
|
- airbyte-server/**/*
|
|
|
|
area/scheduler:
|
|
- airbyte-scheduler/*
|
|
- airbyte-scheduler/**/*
|
|
|
|
area/protocol:
|
|
- airbyte-protocol/*
|
|
- airbyte-protocol/**/*
|
|
|
|
area/worker:
|
|
- airbyte-workers/*
|
|
- airbyte-workers/**/*
|
|
|
|
kubernetes:
|
|
- kube/*
|
|
- kube/**/*
|
|
- charts/*
|
|
- charts/**/*
|
|
|
|
area/connectors:
|
|
- airbyte-integrations/connectors/*
|
|
- airbyte-integrations/connectors/**/*
|
|
- airbyte-integrations/builds.md
|
|
|
|
area/documentation:
|
|
- docs/*
|
|
- docs/**/*
|
|
|
|
CDK:
|
|
- airbyte-cdk/*
|
|
- airbyte-cdk/**/*
|
|
|
|
normalization:
|
|
- airbyte-integrations/bases/base-normalization/*
|
|
- airbyte-integrations/bases/base-normalization/**/*
|