Fixed pattern for CPP API label (#14934)

This commit is contained in:
Ilya Lavrenov 2023-01-04 17:55:22 +04:00 committed by GitHub
parent e23b8492c5
commit a881ce4999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.github/labeler.yml vendored
View File

@ -29,8 +29,8 @@
- 'src/core/include/**/*'
- 'src/frontends/common/**/*'
- 'src/frontends/onnx/frontend/include/**/*'
- 'src/frontends/tensorflow/**/*'
- 'src/frontends/paddle/**/*'
- 'src/frontends/tensorflow/include/**/*'
- 'src/frontends/paddle/include/**/*'
'category: CPU':
- 'src/plugins/intel_cpu/**/*'