Add area/alerting label for alerting PRs (#47038)

This commit is contained in:
Armand Grillet
2022-03-30 11:00:11 +02:00
committed by GitHub
parent a6f7bc4a5a
commit 6889e39526

View File

@@ -179,6 +179,12 @@
"action": "updateLabel", "action": "updateLabel",
"addLabel": "area/dashboard/templating" "addLabel": "area/dashboard/templating"
}, },
{
"type": "changedfiles",
"matches": ["/pkg/services/ngalert/**/*", "/pkg/services/sqlstore/migrations/ualert/**/*", "/pkg/services/alerting/**/*", "/public/app/features/alerting/**/*"],
"action": "updateLabel",
"addLabel": "area/alerting"
},
{ {
"type": "author", "type": "author",
"name": "pr/external", "name": "pr/external",