Automatically assign Pyroscope label (#80639)

This commit is contained in:
Fabrizio 2024-01-17 09:59:43 +01:00 committed by GitHub
parent 43b6b6b2a4
commit 5d49602e41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,6 +146,12 @@
"action": "updateLabel", "action": "updateLabel",
"addLabel": "datasource/OpenTSDB" "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", "type": "changedfiles",
"matches": [ "public/app/plugins/datasource/grafana-postgresql-datasource/**/*", "pkg/tsdb/grafana-postgresql-datasource/**/*"], "matches": [ "public/app/plugins/datasource/grafana-postgresql-datasource/**/*", "pkg/tsdb/grafana-postgresql-datasource/**/*"],