From d7f0b5b19094f92b460ee266935d2db4c4ad1de9 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Tue, 23 Dec 2025 15:02:11 +0100 Subject: [PATCH] chore(labeler): add missing entries for OCI and AlibabaCloud (#9665) --- .github/labeler.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9a56691628..fa2c7981f9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -46,6 +46,11 @@ provider/oci: - changed-files: - any-glob-to-any-file: "prowler/providers/oraclecloud/**" - any-glob-to-any-file: "tests/providers/oraclecloud/**" + +provider/alibabacloud: + - changed-files: + - any-glob-to-any-file: "prowler/providers/alibabacloud/**" + - any-glob-to-any-file: "tests/providers/alibabacloud/**" github_actions: - changed-files: @@ -69,6 +74,8 @@ mutelist: - any-glob-to-any-file: "tests/providers/gcp/lib/mutelist/**" - any-glob-to-any-file: "tests/providers/kubernetes/lib/mutelist/**" - any-glob-to-any-file: "tests/providers/mongodbatlas/lib/mutelist/**" + - any-glob-to-any-file: "tests/providers/oci/lib/mutelist/**" + - any-glob-to-any-file: "tests/providers/alibabacloud/lib/mutelist/**" integration/s3: - changed-files: