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/*"