From 7292b84614216f1b4ee028d8139d6ce2f5980f52 Mon Sep 17 00:00:00 2001 From: Laura Benz <48948963+L-M-K-B@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:44:54 +0100 Subject: [PATCH] I18n: Add Crowdin PRs to project board (#81947) refactor: add Crowdin PRs to project board --- .github/pr-commands.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index 0821138cf47..6b309908d5d 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -455,5 +455,14 @@ "addToProject": { "url": "https://github.com/orgs/grafana/projects/56" } + }, + { + "type": "changedfiles", + "matches": ["public/locales/de-DE/grafana.json", "public/locales/es-ES/grafana.json", "public/locales/fr-FR/grafana.json", "public/locales/zh-Hans/grafana.json"], + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/78", + "column": "\uD83D\uDD0D In review" + } } ]