1
0
mirror of synced 2026-01-05 21:02:13 -05:00
Files
airbyte/.github/labeler.yml
Cole Snodgrass e662cf0d3a rm airbyte-scheduler; migrate existing client to airbyte-server (#17051)
* wip; move scheduler client to server package

* remove additional references to airbyte-scheduler

* removed more references to airbyte-scheduler
2022-09-22 10:25:52 -07:00

62 lines
1.1 KiB
YAML

# union of frontend, api, server, scheduler, protocol, worker, kubernetes
area/platform:
- airbyte-webapp/*
- airbyte-webapp/**/*
- airbyte-api/*
- airbyte-api/**/*
- airbyte-persistence/*
- airbyte-persistence/**/*
- airbyte-protocol/*
- airbyte-protocol/**/*
- airbyte-server/*
- airbyte-server/**/*
- 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/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/**/*