forked from docarray/docarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
48 lines (35 loc) · 677 Bytes
/
labeler.yml
File metadata and controls
48 lines (35 loc) · 677 Bytes
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
# Add 'label1' to any changes within 'example' folder or any subfolders
area/docs:
- docs/**/*
- ./*.md
area/testing:
- tests/**/*
area/setup:
- setup.py
- extra-requirements.txt
- requirements.txt
- MANIFEST.in
area/core:
- docarray/**/*
area/entrypoint:
- docarray/__init__.py
area/housekeeping:
- .github/**/*
- ./.gitignore
- ./*.yaml
- ./*.yml
area/cicd:
- .github/workflows/**/*
area/docker:
- Dockerfiles/**/*
- ./.dockerignore
area/script:
- script/**/*
component/array:
- docarray/array/**/*
component/document:
- docarray/document/**/*
component/math:
- docarray/math/**/*
component/proto:
- docarray/proto/**/*