From 6235a1ba413c8515fc2dadf08d97e03ba7e38443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20Poyatos?= Date: Wed, 26 Feb 2025 17:03:12 +0100 Subject: [PATCH] feat(labeler): apply label on migration changes (#7052) --- .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/**"