From ea9320c378fb0eafd8ed7ede3e9000c870d3c577 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 18:11:35 +0200 Subject: [PATCH] [release-11.4.6] Partner: Add PRs to project (#106651) Partner: Add PRs to project (#106641) Add PRs to project (cherry picked from commit 45b92f2a980792d4b2a18394596063d83cd9725d) Co-authored-by: Andreas Christou --- .github/pr-commands.json | 66 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index fa5dd96fd95..dd82652a20b 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -436,5 +436,71 @@ ], "action": "updateLabel", "addLabel": "area/panel/table" + }, + { + "type": "changedfiles", + "matches": [ + "public/app/plugins/datasource/azuremonitor/**/*", + "pkg/tsdb/azuremonitor/**/*" + ], + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/190" + } + }, + { + "type": "changedfiles", + "matches": [ + "public/app/plugins/datasource/graphite/**/*", + "pkg/tsdb/graphite/**/*" + ], + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/190" + } + }, + { + "type": "changedfiles", + "matches": [ + "public/app/plugins/datasource/influxdb/**/*", + "pkg/tsdb/influx/**/*" + ], + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/190" + } + }, + { + "type": "changedfiles", + "matches": [ + "public/app/plugins/datasource/elasticsearch/**/*", + "pkg/tsdb/elasticsearch/**/*" + ], + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/190" + } + }, + { + "type": "changedfiles", + "matches": [ + "public/app/plugins/datasource/cloud-monitoring/**/*", + "pkg/tsdb/cloud-monitoring/**/*" + ], + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/190" + } + }, + { + "type": "changedfiles", + "matches": [ + "public/app/plugins/datasource/opentsdb/**/*", + "pkg/tsdb/opentsdb/**/*" + ], + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/190" + } } ] \ No newline at end of file