From e55ed6457b178174543b6115785694b4fb5c6a1a Mon Sep 17 00:00:00 2001 From: Vicky Lee <36230812+vickyyyyyyy@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:56:44 +0000 Subject: [PATCH] add to CloudWatch Logs to GH Projects automatically (#45158) --- .github/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 939f35f1af0..095d22e271d 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -90,6 +90,14 @@ "url":"https://github.com/orgs/grafana/projects/97" } }, + { + "type":"label", + "name":"datasource/CloudWatch Logs", + "action":"addToProject", + "addToProject":{ + "url":"https://github.com/orgs/grafana/projects/97" + } + }, { "type":"label", "name":"datasource/GoogleCloudMonitoring",