Skip to content

Commit c0381ab

Browse files
Updated labeler config (openvinotoolkit#20913)
1 parent cdd342e commit c0381ab

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

.github/labeler.yml

+24-6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
- 'scripts/**/*'
4949
- '.gitmodules'
5050
- '**/setup.py'
51+
- 'conan.lock'
52+
- 'conanfile.txt'
53+
- 'vcpkg.json'
5154
- any: ['thirdparty/**/*',
5255
'!thirdparty/**/CMakeLists.txt']
5356

@@ -65,7 +68,6 @@
6568

6669
'category: GPU':
6770
- 'src/plugins/intel_gpu/**/*'
68-
- 'src/tests/**/gpu/**/*'
6971
- 'thirdparty/ocl/**/*'
7072

7173
'category: HETERO':
@@ -74,13 +76,11 @@
7476
'category: IE Tests':
7577
- 'thirdparty/gtest/**/*'
7678
- 'src/frontends/tests/frontend/shared/**/*'
77-
- any: ['src/tests/**/*',
78-
'!src/tests/**/gpu/**/*',
79-
'!src/tests/**/inference_engine/**/*']
79+
- 'src/tests/**/*'
8080

8181
'category: inference':
8282
- 'src/inference/**/*'
83-
- 'src/tests/functional/inference_engine/**/*'
83+
- 'src/cmake/**/*'
8484

8585
'category: IR FE':
8686
- 'src/frontends/ir/**/*'
@@ -91,10 +91,13 @@
9191
'category: MO':
9292
- 'tools/mo/**/*'
9393
- 'tools/ovc/**/*'
94+
- 'tests/layer_tests/mo_python_api_tests/**/*'
95+
- 'tests/layer_tests/ovc_python_api_tests/**/*'
9496

9597
'category: ONNX FE':
9698
- 'src/frontends/onnx/**/*'
9799
- 'thirdparty/onnx/**/*'
100+
- 'tests/layer_tests/onnx_tests/**/*'
98101

99102
'category: packaging':
100103
- 'cmake/**/packaging/**/*'
@@ -103,6 +106,7 @@
103106

104107
'category: PDPD FE':
105108
- 'src/frontends/paddle/**/*'
109+
- 'tests/layer_tests/py_frontend_tests/test_paddle_frontend.py'
106110

107111
'category: POT':
108112
- 'tools/pot/**/*'
@@ -119,6 +123,7 @@
119123
- 'thirdparty/gflags/**/*'
120124
- 'thirdparty/json/**/*'
121125
- 'thirdparty/cnpy/**/*'
126+
- 'tests/samples_tests/smoke_tests/**/*'
122127

123128
'category: TEMPLATE':
124129
- 'src/plugins/template/**/*'
@@ -127,6 +132,10 @@
127132
- 'src/frontends/tensorflow/**/*'
128133
- 'src/frontends/tensorflow_common/**/*'
129134
- 'tests/layer_tests/tensorflow_tests/**/*'
135+
- 'tests/layer_tests/tensorflow2_keras_tests/**/*'
136+
- 'tests/layer_tests/jax_tests/**/*'
137+
- any: ['tests/model_hub_tests/**',
138+
'!tests/model_hub_tests/torch_tests/**/*']
130139

131140
'category: TFL FE':
132141
- 'src/frontends/tensorflow_lite/**/*'
@@ -137,12 +146,21 @@
137146
- 'src/frontends/pytorch/**/*'
138147
- 'tests/layer_tests/pytorch_tests/**/*'
139148
- 'src/bindings/python/src/openvino/frontend/pytorch/**/*'
149+
- 'tests/layer_tests/py_frontend_tests/test_torch_decoder.py'
150+
- 'tests/layer_tests/py_frontend_tests/test_torch_frontend.py'
151+
- any: ['tests/model_hub_tests/**',
152+
'!tests/model_hub_tests/tf_hub_tests/**/*']
140153

141154
'category: tools':
142155
- any: ['tools/**',
143156
'!tools/pot/**/*',
144-
'!tools/mo/**/*']
157+
'!tools/mo/**/*',
158+
'!tools/ovc/**/*']
145159

146160
'category: transformations':
147161
- 'src/common/transformations/**/*'
148162
- 'src/common/offline_transformations/**/*'
163+
164+
'category: licensing':
165+
- 'licensing/**/*'
166+
- 'LICENSE'

0 commit comments

Comments
 (0)