From d1ce9e4d3c15b73b334e5a2ddbbaafc07ad419cf Mon Sep 17 00:00:00 2001
From: bo0tzz <git@bo0tzz.me>
Date: Sun, 8 Sep 2024 15:09:27 +0200
Subject: [PATCH] fix: only apply changelog:translation label to weblate branch
 (#12468)

---
 .github/labeler.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 2a9abc7840..c0c52f1d7e 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -35,6 +35,4 @@ documentation:
           - machine-learning/app/**
 
 changelog:translation:
-  - changed-files:
-      - any-glob-to-any-file:
-          - web/src/lib/i18n/*.json
+  - head-branch: ['^chore/translations$']