mirror of
https://github.com/grafana/grafana.git
synced 2025-01-11 00:22:06 -06:00
Update GitHub Actions to add datasource/Parca
label (#84455)
This commit is contained in:
parent
6e6d6e368e
commit
458d694d78
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/parca/**/*"],
|
||||||
|
"action": "updateLabel",
|
||||||
|
"addLabel": "datasource/Parca"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "changedfiles",
|
"type": "changedfiles",
|
||||||
"matches": [ "public/app/plugins/datasource/grafana-pyroscope-datasource/**/*", "pkg/tsdb/grafana-pyroscope-datasource/**/*"],
|
"matches": [ "public/app/plugins/datasource/grafana-pyroscope-datasource/**/*", "pkg/tsdb/grafana-pyroscope-datasource/**/*"],
|
||||||
|
Loading…
Reference in New Issue
Block a user