Alerting squad owns alerting integration tests + autolabels (#47166)

This commit is contained in:
Alexander Weaver
2022-04-01 09:49:06 -05:00
committed by GitHub
parent 3e9dfcd730
commit 7555ff2087
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -181,7 +181,7 @@
},
{
"type": "changedfiles",
"matches": ["/pkg/services/ngalert/**/*", "/pkg/services/sqlstore/migrations/ualert/**/*", "/pkg/services/alerting/**/*", "/public/app/features/alerting/**/*"],
"matches": ["/pkg/services/ngalert/**/*", "/pkg/services/sqlstore/migrations/ualert/**/*", "/pkg/services/alerting/**/*", "/public/app/features/alerting/**/*", "/pkg/tests/api/alerting/**/*"],
"action": "updateLabel",
"addLabel": "area/alerting"
},