forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
49 lines (41 loc) · 912 Bytes
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# 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/**/*
- airbyte-integrations/builds.md
area/documentation:
- docs/*
- docs/**/*
CDK:
- airbyte-cdk/*
- airbyte-cdk/**/*
normalization:
- airbyte-integrations/bases/base-normalization/*
- airbyte-integrations/bases/base-normalization/**/*