Chore: Fix alerting labelling of PRs (#103616)

Fix alerting labelling of PRs
This commit is contained in:
Tom Ratcliffe
2025-04-08 17:47:46 +03:00
committed by GitHub
parent 12e3b86ebb
commit 9d22414522
+6 -7
View File
@@ -243,13 +243,12 @@
{
"type": "changedfiles",
"matches": [
"/pkg/services/ngalert/**/*",
"/pkg/services/sqlstore/migrations/ualert/**/*",
"/pkg/services/alerting/**/*",
"/public/app/features/alerting/**/*",
"/pkg/tests/api/alerting/**/*",
"/pkg/tests/alertmanager/**/*",
"/public/app/features/alerting/**/*"
"pkg/services/ngalert/**/*",
"pkg/services/sqlstore/migrations/ualert/**/*",
"pkg/services/alerting/**/*",
"public/app/features/alerting/**/*",
"pkg/tests/api/alerting/**/*",
"pkg/tests/alertmanager/**/*"
],
"action": "updateLabel",
"addLabel": "area/alerting"