From 5f830ea09246ec1e5c5c5c8f2d062f485e50fd21 Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Wed, 20 Nov 2024 11:06:38 +0900 Subject: [PATCH] Update labeler --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 79bbefd8..32d1c511 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,22 +3,22 @@ cpp: - changed-files: - any-glob-to-any-file: - - model_api/cpp/* + - model_api/cpp/** python: - changed-files: - any-glob-to-any-file: - - model_api/python/* + - model_api/python/** tests: - changed-files: - any-glob-to-any-file: - - tests/* + - tests/** docs: - changed-files: - any-glob-to-any-file: - - docs/* + - docs/** - "**/*.md" - "LICENSE"