1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/.github/labeler.yml
Ben Church 0ea1a8143d Remove connectors.md and builds.md (#25597)
* Remove builds.md references

* Remove connectors.md

* Update connectors.md to reference the new report

* Add connector report to readme
2023-04-27 22:08:37 +00:00

49 lines
877 B
YAML

# union of frontend, api, server, scheduler, protocol, worker, kubernetes
area/platform:
- airbyte-api/*
- airbyte-api/**/*
- airbyte-persistence/*
- airbyte-persistence/**/*
- airbyte-server/*
- airbyte-server/**/*
- airbyte-workers/*
- airbyte-workers/**/*
- kube/*
- kube/**/*
- charts/*
- charts/**/*
area/api:
- airbyte-api/*
- airbyte-api/**/*
area/server:
- airbyte-server/*
- airbyte-server/**/*
area/worker:
- airbyte-workers/*
- airbyte-workers/**/*
kubernetes:
- kube/*
- kube/**/*
- charts/*
- charts/**/*
area/connectors:
- airbyte-integrations/connectors/*
- airbyte-integrations/connectors/**/*
area/documentation:
- docs/*
- docs/**/*
CDK:
- airbyte-cdk/*
- airbyte-cdk/**/*
normalization:
- airbyte-integrations/bases/base-normalization/*
- airbyte-integrations/bases/base-normalization/**/*