Alerting: Add area/alerting label to frontend code and add to project (#103517)

Add area/alerting to frontend code and add to project
This commit is contained in:
Tom Ratcliffe
2025-04-07 20:34:46 +01:00
committed by GitHub
parent c2af05c328
commit 6d28544ef4

View File

@ -248,11 +248,20 @@
"/pkg/services/alerting/**/*",
"/public/app/features/alerting/**/*",
"/pkg/tests/api/alerting/**/*",
"/pkg/tests/alertmanager/**/*"
"/pkg/tests/alertmanager/**/*",
"/public/app/features/alerting/**/*"
],
"action": "updateLabel",
"addLabel": "area/alerting"
},
{
"type": "label",
"name": "area/alerting",
"action": "addToProject",
"addToProject": {
"url": "https://github.com/orgs/grafana/projects/52"
}
},
{
"type": "author",
"name": "pr/external",