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