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

* Chore: Auto adds templating label in PRs

* Fixes: formatting and json
This commit is contained in:
Hugo Häggmark 2021-03-18 12:35:07 +01:00 committed by GitHub
parent f508a16a43
commit 8b2a0e3b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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