Skip to content

Commit

Permalink
Added NPU maintainers (openvinotoolkit#23867)
Browse files Browse the repository at this point in the history
### Details:
 - Added NPU maintainers to config files in the `.github` folder
  • Loading branch information
ilya-lavrenov authored Apr 4, 2024
1 parent b9b8ea5 commit 073d242
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
/src/tests/**/gpu/ @openvinotoolkit/openvino-ie-gpu-maintainers
/thirdparty/ocl/ @openvinotoolkit/openvino-ie-gpu-maintainers @openvinotoolkit/openvino-ie-gpu-developers

# OpenVINO NPU:
/src/plugins/intel_npu/ @openvinotoolkit/openvino-npu-maintainers @openvinotoolkit/openvino-npu-developers

# OpenVINO Auto (MULTI) plugin:
/src/plugins/auto/ @openvinotoolkit/openvino-ie-auto-multi-maintainers

Expand Down
4 changes: 4 additions & 0 deletions .github/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ GPU:
- IR_FE
- PROXY

NPU:
revalidate: []
build: []

HETERO:
revalidate:
- CPU
Expand Down
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
- 'src/plugins/intel_gpu/**/*'
- 'thirdparty/ocl/**/*'

'category: NPU':
- 'src/plugins/intel_npu/**/*'

'category: HETERO':
- 'src/plugins/hetero/**/*'

Expand Down

0 comments on commit 073d242

Please sign in to comment.