From 7555ff2087dbceafed5dab486327f201805bbb00 Mon Sep 17 00:00:00 2001 From: Alexander Weaver Date: Fri, 1 Apr 2022 09:49:06 -0500 Subject: [PATCH] Alerting squad owns alerting integration tests + autolabels (#47166) --- .github/CODEOWNERS | 1 + .github/pr-commands.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6e2be288b92..cde59147f7e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -63,6 +63,7 @@ go.sum @grafana/backend-platform /pkg/services/ngalert @grafana/alerting-squad-backend /pkg/services/sqlstore/migrations/ualert @grafana/alerting-squad-backend /pkg/services/alerting @grafana/alerting-squad-backend +/pkg/tests/api/alerting @grafana/alerting-squad-backend /public/app/features/alerting @grafana/alerting-squad-frontend # Library Services diff --git a/.github/pr-commands.json b/.github/pr-commands.json index 5f87bad992f..59edcbb9397 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -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" },