From 9dd6b3bbe225065d66d0d77afa71ef2db2460b14 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 29 Mar 2023 22:11:42 +0200 Subject: [PATCH] fix the glob expression --- .github/pr-glob-labeler.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/pr-glob-labeler.yml b/.github/pr-glob-labeler.yml index 69df5ace75..f5eae1067e 100644 --- a/.github/pr-glob-labeler.yml +++ b/.github/pr-glob-labeler.yml @@ -1,15 +1,16 @@ # Add type: unittest label if any changes in tests folders 'type: unittest': -- ./**/*tests*/**/* +- /tests/**/* +- openpype/tests/**/* # any changes in documentation structure 'type: documentation': -- /**/*website*/**/* -- /**/*docs*/**/* +- '*/**/*website*/**/*' +- '*/**/*docs*/**/*' # hosts triage 'host: Nuke': -- /**/*nuke* +- ./**/*nuke* - ./**/*nuke*/**/* 'host: Photoshop':