mirror of
https://github.com/grafana/grafana.git
synced 2025-01-23 23:13:52 -06:00
Chore: Auto adds templating label in PRs (#32085)
* Chore: Auto adds templating label in PRs * Fixes: formatting and json
This commit is contained in:
parent
f508a16a43
commit
8b2a0e3b2c
8
.github/pr-commands.json
vendored
8
.github/pr-commands.json
vendored
@ -165,5 +165,11 @@
|
||||
"matches": [ "public/app/plugins/datasource/zipkin/**/*"],
|
||||
"action": "updateLabel",
|
||||
"addLabel": "datasource/Zipkin"
|
||||
},
|
||||
{
|
||||
"type": "changedfiles",
|
||||
"matches": ["public/app/features/variables/**/*", "public/app/features/templating/**/*"],
|
||||
"action": "updateLabel",
|
||||
"addLabel": "area/dashboard/templating"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user