mirror of
https://github.com/grafana/grafana.git
synced 2024-12-23 23:50:28 -06:00
Automatically assign Pyroscope label (#80639)
This commit is contained in:
parent
43b6b6b2a4
commit
5d49602e41
6
.github/pr-commands.json
vendored
6
.github/pr-commands.json
vendored
@ -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/**/*"],
|
||||
|
Loading…
Reference in New Issue
Block a user