From 7ca74375cbd078f37a807f1aff8239f11575db5f Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 27 Jan 2020 12:51:17 +0200 Subject: [PATCH] ci: add missing codeowners for `aio/` files (#34988) PR Close #34988 --- .pullapprove.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index ada936d3d4..f22189d983 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -695,8 +695,9 @@ groups: 'aio/content/marketing/**', 'aio/content/images/bios/**', 'aio/content/images/marketing/**', - 'aio/content/navigation.json', - 'aio/content/license.md' + 'aio/content/file-not-found.md', + 'aio/content/license.md', + 'aio/content/navigation.json' ]) reviewers: users: @@ -771,6 +772,7 @@ groups: conditions: - > contains_any_globs(files, [ + 'aio/content/cli/**', 'aio/content/guide/typescript-configuration.md', 'aio/content/examples/setup/**', 'aio/content/guide/build.md', @@ -847,6 +849,7 @@ groups: contains_any_globs(files, [ 'aio/*', 'aio/aio-builds-setup/**', + 'aio/content/cli-src/**', 'aio/content/examples/*', 'aio/scripts/**', 'aio/src/**',