feat(labeler): apply label on migration changes (#7052)

This commit is contained in:
Víctor Fernández Poyatos
2025-02-26 17:03:12 +01:00
committed by GitHub
parent 26014a9705
commit 53efb1c153

4
.github/labeler.yml vendored
View File

@@ -98,3 +98,7 @@ compliance:
- any-glob-to-any-file: "prowler/compliance/**"
- any-glob-to-any-file: "prowler/lib/outputs/compliance/**"
- any-glob-to-any-file: "tests/lib/outputs/compliance/**"
review-django-migrations:
- changed-files:
- any-glob-to-any-file: "api/src/backend/api/migrations/**"