From 2a64d7442d540b35986221c9e922567524f18f41 Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Tue, 30 Apr 2024 01:54:33 +0200 Subject: [PATCH] Labeler configuration for docker env (#24309) For https://github.com/openvinotoolkit/openvino/pull/23064 --- .github/labeler.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index e8361440b52..aeb8e8f2655 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**/*'