From 0aeee7f265b79da6d3e8a3c5f44dcffa2f6231c1 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Wed, 4 Jan 2023 15:47:45 +0000 Subject: [PATCH] Chore: Automatically add crowdin PRs to User Essentials board (#60912) * Chore: Automatically add crowdin PRs to User Essentials board * ci --- .github/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 6664a4f7738..15d8245e592 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -314,5 +314,13 @@ "addToProject": { "url": "https://github.com/orgs/grafana/projects/86" } + }, + { + "type": "label", + "name": "area/internationalization", + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/78" + } } ]