Files
prowler/api/.github/labeler.yml
2024-11-25 13:12:54 +01:00

16 lines
338 B
YAML

documentation:
- changed-files:
- any-glob-to-any-file: "docs/**"
backend/api:
- changed-files:
- any-glob-to-any-file: "src/backend/api/**"
backend/backend:
- changed-files:
- any-glob-to-any-file: "src/backend/backend/**"
github_actions:
- changed-files:
- any-glob-to-any-file: ".github/workflows/*"