chore: add mcp_server component labeler configuration (#8737)

This commit is contained in:
Rubén De la Torre Vico
2025-09-22 11:55:23 +02:00
committed by GitHub
parent b00602f109
commit 0286de7ce2

4
.github/labeler.yml vendored
View File

@@ -110,6 +110,10 @@ component/ui:
- changed-files:
- any-glob-to-any-file: "ui/**"
component/mcp-server:
- changed-files:
- any-glob-to-any-file: "mcp_server/**"
compliance:
- changed-files:
- any-glob-to-any-file: "prowler/compliance/**"