From 2945c3a2768113c66d626e1386b6d7955593c435 Mon Sep 17 00:00:00 2001 From: Vicky Lee <36230812+vickyyyyyyy@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:58:23 +0000 Subject: [PATCH] automate Cloud DS GH projects (#43428) --- .github/commands.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 643b68c01ef..35fbd8bc3ef 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -73,5 +73,29 @@ "addToProject": { "url": "https://github.com/orgs/grafana/projects/69" } + }, + { + "type": "label", + "name": "datasource/Azure", + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/97" + } + }, + { + "type": "label", + "name": "datasource/CloudWatch", + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/97" + } + }, + { + "type": "label", + "name": "datasource/GoogleCloudMonitoring", + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/97" + } } ]