chore(labeler): add provider github (#6194)

This commit is contained in:
Pedro Martín
2024-12-13 14:43:49 +01:00
committed by GitHub
parent d00d254c90
commit f7e8df618b
+5
View File
@@ -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/*"