Labeler configuration for docker env (#24309)

For https://github.com/openvinotoolkit/openvino/pull/23064
This commit is contained in:
Alina Kladieva 2024-04-30 01:54:33 +02:00 committed by GitHub
parent 93b0376545
commit 2a64d7442d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

9
.github/labeler.yml vendored
View File

@ -176,3 +176,12 @@
'category: licensing':
- 'licensing/**/*'
- 'LICENSE'
'category: docker_env':
- '.dockerignore'
- 'install_build_dependencies.sh'
- '**/install_openvino_dependencies.sh'
- '.github/actions/handle_docker/**/*'
'category: dockerfiles':
- '.github/dockerfiles/**/*'