Added PT FE to codeowners / labeler (#15186)

* Added PT FE to codeowners / labeler

* Added python frontend specific API to labeler
This commit is contained in:
Ilya Lavrenov
2023-01-18 22:06:28 +04:00
committed by GitHub
parent 40c239ad3f
commit 74d571de1e
2 changed files with 9 additions and 0 deletions

3
.github/CODEOWNERS vendored
View File

@@ -80,6 +80,7 @@
/src/frontends/ir/ @openvinotoolkit/openvino-ir-frontend-maintainers
/src/frontends/paddle/ @openvinotoolkit/openvino-ie-paddle-maintainers
/src/frontends/tensorflow/ @openvinotoolkit/openvino-tf-frontend-maintainers
/src/frontends/pytorch/ @openvinotoolkit/openvino-pytorch-frontend-maintainers
# OpenVINO ONNX Frontend:
/src/frontends/onnx/ @openvinotoolkit/openvino-onnx-frontend-maintainers
@@ -89,6 +90,8 @@
# QA Tests:
/tests/ @openvinotoolkit/openvino-tests-maintainers
/tests/layer_tests/ @openvinotoolkit/openvino-tests-maintainers @openvinotoolkit/openvino-mo-maintainers
/tests/layer_tests/pytorch_tests/ @openvinotoolkit/openvino-pytorch-frontend-maintainers
/tests/layer_tests/tensorflow_tests @openvinotoolkit/openvino-tf-frontend-maintainers
# Tools:
/tools/ @openvinotoolkit/openvino-tools-maintainers

6
.github/labeler.yml vendored
View File

@@ -119,6 +119,12 @@
'category: TF FE':
- 'src/frontends/tensorflow/**/*'
- 'tests/layer_tests/tensorflow_tests/**/*'
'category: PyTorch FE':
- 'src/frontends/pytorch/**/*'
- 'tests/layer_tests/pytorch_tests/**/*'
- 'src/bindings/python/src/openvino/frontend/pytorch/**/*'
'category: tools':
- any: ['tools/**',