From 2e60cd749e73d07c2f69d09a5230c467ae30e9d2 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Sun, 29 Sep 2024 11:02:27 +0200 Subject: [PATCH] fix(CI): restrict labeling of Translations. ref #237 --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 69036fbc3d..d9826ce308 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -52,3 +52,4 @@ Action menus: Translations: - changed-files: - any-glob-to-any-file: 'src/i18n/**/*' + - all-globs-to-all-files: '!src/i18n/locales/en.json'