From f7e8df618bd2e38b9b6d8cba7bfa8e332467ce42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Fri, 13 Dec 2024 14:43:49 +0100 Subject: [PATCH] chore(labeler): add provider github (#6194) --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 794b7ab41f..72a49571fe 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -22,6 +22,11 @@ provider/kubernetes: - any-glob-to-any-file: "prowler/providers/kubernetes/**" - any-glob-to-any-file: "tests/providers/kubernetes/**" +provider/github: + - changed-files: + - any-glob-to-any-file: "prowler/providers/github/**" + - any-glob-to-any-file: "tests/providers/github/**" + github_actions: - changed-files: - any-glob-to-any-file: ".github/workflows/*"