Update GitHub Actions to add datasource/Parca label (#84455)

This commit is contained in:
Fabrizio 2024-03-15 11:11:12 +01:00 committed by GitHub
parent 6e6d6e368e
commit 458d694d78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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