From 458d694d78f72a2ffe382af757ce8b3b5681aa73 Mon Sep 17 00:00:00 2001 From: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:11:12 +0100 Subject: [PATCH] Update GitHub Actions to add `datasource/Parca` label (#84455) --- .github/pr-commands.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index aeb991dc58a..0e4f0da1150 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/parca/**/*"], + "action": "updateLabel", + "addLabel": "datasource/Parca" + }, { "type": "changedfiles", "matches": [ "public/app/plugins/datasource/grafana-pyroscope-datasource/**/*", "pkg/tsdb/grafana-pyroscope-datasource/**/*"],