From 2d8bb1c289c891d78dcf2fe009d1ad45b428d37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20Poyatos?= Date: Wed, 26 Feb 2025 16:52:26 +0100 Subject: [PATCH] feat(labeler): apply label on migration changes --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index c0107b4c84..f986a1b00c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**"