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" },