From 161a312e125039dd879d076a7ffca1fd0fbe2bbd Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Thu, 1 Jan 2026 16:13:23 +0100 Subject: [PATCH] Fix 'task:*' label glob --- .github/labeler.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 701620d4..bceec79a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,32 +1,32 @@ "task:all": - changed-files: - any-glob-to-any-file: - - "tasks/**/all" + - "tasks/**/all/**" "task:mpi": - changed-files: - any-glob-to-any-file: - - "tasks/**/mpi" + - "tasks/**/mpi/**" "task:omp": - changed-files: - any-glob-to-any-file: - - "tasks/**/omp" + - "tasks/**/omp/**" "task:seq": - changed-files: - any-glob-to-any-file: - - "tasks/**/seq" + - "tasks/**/seq/**" "task:stl": - changed-files: - any-glob-to-any-file: - - "tasks/**/stl" + - "tasks/**/stl/**" "task:tbb": - changed-files: - any-glob-to-any-file: - - "tasks/**/tbb" + - "tasks/**/tbb/**" task: - changed-files: