From ac0a6f7d5bb4aacb817bbeb903617d75fceb4fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Fri, 11 Apr 2025 12:51:42 +0200 Subject: [PATCH] chore: add `pr: translations` GitHub + lerna changelog label (#11087) Co-authored-by: slorber <749374+slorber@users.noreply.github.com> --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 522fca1495..d5d76a7c99 100644 --- a/lerna.json +++ b/lerna.json @@ -13,7 +13,8 @@ "pr: polish": ":nail_care: Polish", "pr: documentation": ":memo: Documentation", "pr: dependencies": ":robot: Dependencies", - "pr: maintenance": ":wrench: Maintenance" + "pr: maintenance": ":wrench: Maintenance", + "pr: translations": ":globe_with_meridians: Translations" }, "cacheDir": ".changelog" }