Update pr commands glob paths (#32073)

This commit is contained in:
Marcus Efraimsson 2021-03-17 16:48:21 +01:00 committed by GitHub
parent 8285a34f4c
commit 2bac4d1787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}