From d7c45f4aee36f0596495c1f0e06aef5bd7fa5d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Thu, 20 Feb 2025 10:20:43 +0100 Subject: [PATCH] chore(github): add compliance to PR labeler (#6996) --- .github/labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 72a49571fe..c0107b4c84 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -92,3 +92,9 @@ component/api: component/ui: - changed-files: - any-glob-to-any-file: "ui/**" + +compliance: + - changed-files: + - any-glob-to-any-file: "prowler/compliance/**" + - any-glob-to-any-file: "prowler/lib/outputs/compliance/**" + - any-glob-to-any-file: "tests/lib/outputs/compliance/**"