From 6f1abc88cfdabe37f70675a8cff4208a5a862862 Mon Sep 17 00:00:00 2001 From: Vladisalv Sovrasov Date: Thu, 23 Jan 2025 00:21:04 +0900 Subject: [PATCH] Fix PR labeler --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 32d1c511..278856a6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,12 +3,12 @@ cpp: - changed-files: - any-glob-to-any-file: - - model_api/cpp/** + - src/cpp/** python: - changed-files: - any-glob-to-any-file: - - model_api/python/** + - src/python/** tests: - changed-files: