mirror of
https://github.com/grafana/grafana.git
synced 2024-12-24 16:10:22 -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",
|
"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/**/*"],
|
||||||
|
Loading…
Reference in New Issue
Block a user