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/**/*"],