From 1ebc61006440eac61030319b283f2c5a801e882f Mon Sep 17 00:00:00 2001 From: ismail simsek Date: Tue, 25 Jun 2024 18:29:50 +0200 Subject: [PATCH] Chore: Update github addToProject commands for influxdb, graphite, opentsdb (#89700) revert unrelated changes --- .github/commands.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/commands.json b/.github/commands.json index f61aedbe409..9a6cc66fb79 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -112,7 +112,7 @@ "name":"datasource/InfluxDB", "action":"addToProject", "addToProject":{ - "url":"https://github.com/orgs/grafana/projects/112" + "url":"https://github.com/orgs/grafana/projects/190" } }, { @@ -120,7 +120,7 @@ "name":"datasource/Graphite", "action":"addToProject", "addToProject":{ - "url":"https://github.com/orgs/grafana/projects/112" + "url":"https://github.com/orgs/grafana/projects/190" } }, { @@ -128,7 +128,7 @@ "name":"datasource/OpenTSDB", "action":"addToProject", "addToProject":{ - "url":"https://github.com/orgs/grafana/projects/112" + "url":"https://github.com/orgs/grafana/projects/190" } }, {