From 6c88eb7477551b126dff6714dd5a17392c630e76 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 24 Apr 2019 17:32:09 +0300 Subject: [PATCH] ci: add `aio/content/examples/*` to `docs-infra` group (#30087) This directory contains some top-level files (`.gitignore`, `tsconfig.json`, `tslint.json`) that are related to the examples infrastructure (building, linting, etc.). They had previously no owner; now they are owned by the `docs-infra` group. PR Close #30087 --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b2eac8eb6e..352e846ac8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -726,6 +726,7 @@ testing/** @angular/fw-test /aio/* @angular/docs-infra @angular/framework-global-approvers /aio/aio-builds-setup/** @angular/docs-infra @angular/framework-global-approvers +/aio/content/examples/* @angular/docs-infra @angular/framework-global-approvers /aio/scripts/** @angular/docs-infra @angular/framework-global-approvers /aio/src/** @angular/docs-infra @angular/framework-global-approvers /aio/tests/** @angular/docs-infra @angular/framework-global-approvers