File tree 1 file changed +5
-18
lines changed
1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 1
1
# https://github.com/marketplace/actions/labeler
2
2
3
- Benchmarking :
4
- - " tools/benchmarking/**/*"
5
-
6
3
Config :
7
- - " anomalib/config /**/*"
4
+ - " configs /**/*"
8
5
9
6
Callbacks :
10
- - " anomalib/utils/ callbacks/**/*"
7
+ - " anomalib/callbacks/**/*"
11
8
12
9
CI :
13
10
- " .github/**/*"
14
11
- " tox.ini"
15
12
16
13
CLI :
17
- - " anomalib/utils/ cli/**/*"
14
+ - " anomalib/cli/**/*"
18
15
19
16
Data :
20
17
- " anomalib/data/**/*"
@@ -26,29 +23,19 @@ Docs:
26
23
- " docs/**/*"
27
24
- " *.md"
28
25
29
- HPO :
30
- - " anomalib/utils/sweep/**/*"
31
- - " tools/hpo/**/*"
32
-
33
26
Inference :
34
27
- " anomalib/deploy/**/*"
35
28
- " tools/inference/*"
36
29
37
30
Logger :
38
- - " anomalib/utils/ loggers/**/*"
31
+ - " anomalib/loggers/**/*"
39
32
40
33
Metrics :
41
- - " anomalib/utils/ metrics/**/*"
34
+ - " anomalib/metrics/**/*"
42
35
43
36
Notebooks :
44
37
- " notebooks/**/*"
45
38
46
- Pre-Processing :
47
- - " anomalib/pre_processing/**/*"
48
-
49
- Post-Processing :
50
- - " anomalib/post_processing/**/*"
51
-
52
39
Setup :
53
40
- " **/setup.py"
54
41
- " *.git*"
You can’t perform that action at this time.
0 commit comments