Chore: Auto adds templating label in PRs (#32085)

* Chore: Auto adds templating label in PRs

* Fixes: formatting and json
jackw/try-fix-fe-builds
Hugo Häggmark 4 years ago committed by GitHub
parent f508a16a43
commit 8b2a0e3b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/pr-commands.json

@ -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…
Cancel
Save