forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yaml
44 lines (44 loc) · 804 Bytes
/
labeler.yaml
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
"type:ci":
- .github/**/*
- "*.json"
- "*.yaml"
- "*.cfg"
- .clang-format
- .gitignore
- .prettierignore
"type:documentation":
- docs/**/*
- "**/*.md"
- "**/*.rst"
- "**/*.jpg"
- "**/*.png"
- "**/*.svg"
"component:common":
- common/**/*
"component:control":
- control/**/*
"component:evaluator":
- evaluator/**/*
"component:launch":
- launch/**/*
"component:localization":
- localization/**/*
"component:map":
- map/**/*
"component:perception":
- perception/**/*
"component:planning":
- planning/**/*
"component:sensing":
- sensing/**/*
"component:simulation":
- simulator/**/*
"component:system":
- system/**/*
"component:tools":
- tools/**/*
"component:vehicle":
- vehicle/**/*
"tag:require-cuda-build-and-test":
- perception/**/*
- sensing/**/*