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

* Chore: Auto adds templating label in PRs

* Fixes: formatting and json
pull/32101/head
Hugo Häggmark 5 years ago committed by GitHub
parent f508a16a43
commit 8b2a0e3b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .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