Skip to content

Commit 1f35259

Browse files
authored
Update github pr labeler (#1941)
Update githubr pr labeler Signed-off-by: Samet Akcay <[email protected]>
1 parent 51e190a commit 1f35259

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

.github/labeler.yml

+5-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# https://github.com/marketplace/actions/labeler
22

3-
Benchmarking:
4-
- "tools/benchmarking/**/*"
5-
63
Config:
7-
- "anomalib/config/**/*"
4+
- "configs/**/*"
85

96
Callbacks:
10-
- "anomalib/utils/callbacks/**/*"
7+
- "anomalib/callbacks/**/*"
118

129
CI:
1310
- ".github/**/*"
1411
- "tox.ini"
1512

1613
CLI:
17-
- "anomalib/utils/cli/**/*"
14+
- "anomalib/cli/**/*"
1815

1916
Data:
2017
- "anomalib/data/**/*"
@@ -26,29 +23,19 @@ Docs:
2623
- "docs/**/*"
2724
- "*.md"
2825

29-
HPO:
30-
- "anomalib/utils/sweep/**/*"
31-
- "tools/hpo/**/*"
32-
3326
Inference:
3427
- "anomalib/deploy/**/*"
3528
- "tools/inference/*"
3629

3730
Logger:
38-
- "anomalib/utils/loggers/**/*"
31+
- "anomalib/loggers/**/*"
3932

4033
Metrics:
41-
- "anomalib/utils/metrics/**/*"
34+
- "anomalib/metrics/**/*"
4235

4336
Notebooks:
4437
- "notebooks/**/*"
4538

46-
Pre-Processing:
47-
- "anomalib/pre_processing/**/*"
48-
49-
Post-Processing:
50-
- "anomalib/post_processing/**/*"
51-
5239
Setup:
5340
- "**/setup.py"
5441
- "*.git*"

0 commit comments

Comments
 (0)