diff --git a/.github/pr-commands.json b/.github/pr-commands.json index e0353eceb99..8631c92fcb3 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -146,6 +146,12 @@ "action": "updateLabel", "addLabel": "datasource/OpenTSDB" }, + { + "type": "changedfiles", + "matches": [ "public/app/plugins/datasource/grafana-pyroscope-datasource/**/*", "pkg/tsdb/grafana-pyroscope-datasource/**/*"], + "action": "updateLabel", + "addLabel": "datasource/grafana-pyroscope" + }, { "type": "changedfiles", "matches": [ "public/app/plugins/datasource/grafana-postgresql-datasource/**/*", "pkg/tsdb/grafana-postgresql-datasource/**/*"],