From 8b3335f426e63c78cfdb38fda7bc692b7a7cb16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20De=20la=20Torre=20Vico?= Date: Tue, 9 Sep 2025 16:47:04 +0200 Subject: [PATCH] chore: add metadata-review label for .metadata.json files (#8689) --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index cca1052f81..abb367c811 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -119,3 +119,7 @@ compliance: review-django-migrations: - changed-files: - any-glob-to-any-file: "api/src/backend/api/migrations/**" + +metadata-review: + - changed-files: + - any-glob-to-any-file: "**/*.metadata.json"