From ac439060a306eaf0d4a7a5a0a62c7449338a5630 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Fri, 16 Feb 2024 09:13:25 +0100 Subject: [PATCH] fix(labeler): Add right path for testing (#3405) --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 2433602e..d4df3619 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,17 +5,17 @@ documentation: provider/aws: - changed-files: - any-glob-to-any-file: "prowler/providers/aws/**" - - any-glob-to-any-file: "prowler/providers/aws/**" + - any-glob-to-any-file: "tests/providers/aws/**" provider/azure: - changed-files: - any-glob-to-any-file: "prowler/providers/azure/**" - - any-glob-to-any-file: "prowler/providers/azure/**" + - any-glob-to-any-file: "tests/providers/azure/**" provider/gcp: - changed-files: - any-glob-to-any-file: "prowler/providers/gcp/**" - - any-glob-to-any-file: "prowler/providers/gcp/**" + - any-glob-to-any-file: "tests/providers/gcp/**" provider/kubernetes: - changed-files: