Labeler configuration for docker env (#24309)
For https://github.com/openvinotoolkit/openvino/pull/23064
This commit is contained in:
parent
93b0376545
commit
2a64d7442d
|
|
@ -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/**/*'
|
||||
|
|
|
|||
Loading…
Reference in New Issue