mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update pr commands glob paths (#32073)
This commit is contained in:
committed by
GitHub
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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user