From 5d49602e41878a2c815bebea9ad97361afe0f996 Mon Sep 17 00:00:00 2001 From: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:59:43 +0100 Subject: [PATCH] Automatically assign Pyroscope label (#80639) --- .github/pr-commands.json | 6 ++++++ 1 file changed, 6 insertions(+) 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/**/*"],