mirror of
https://github.com/grafana/grafana.git
synced 2024-12-24 08:00:08 -06:00
Update pr commands glob paths (#32073)
This commit is contained in:
parent
8285a34f4c
commit
2bac4d1787
8
.github/pr-commands.json
vendored
8
.github/pr-commands.json
vendored
@ -26,7 +26,7 @@
|
||||
".babelrc",
|
||||
".prettierrc.js",
|
||||
".eslintrc",
|
||||
"*.mdx"
|
||||
"**/*.mdx"
|
||||
],
|
||||
"action": "updateLabel",
|
||||
"addLabel": "area/frontend"
|
||||
@ -34,7 +34,7 @@
|
||||
{
|
||||
"type": "changedfiles",
|
||||
"matches": [
|
||||
"*.go",
|
||||
"**/*.go",
|
||||
"go.mod",
|
||||
"go.sum",
|
||||
"contribute/style-guides/backend.md",
|
||||
@ -48,7 +48,7 @@
|
||||
"type": "changedfiles",
|
||||
"matches": [
|
||||
"pkg/services/sqlstore/migrations/**/*",
|
||||
"*_mig.go"
|
||||
"**/*_mig.go"
|
||||
],
|
||||
"action": "updateLabel",
|
||||
"addLabel": "area/backend/db/migration"
|
||||
@ -162,7 +162,7 @@
|
||||
},
|
||||
{
|
||||
"type": "changedfiles",
|
||||
"matches": [ "public/app/plugins/datasource/zipkin"],
|
||||
"matches": [ "public/app/plugins/datasource/zipkin/**/*"],
|
||||
"action": "updateLabel",
|
||||
"addLabel": "datasource/Zipkin"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user