From f2341e23721c35a6b407aa6a661e664f7787a457 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 1 Oct 2020 10:54:23 -0700 Subject: [PATCH] ci: update g3 synced file list (#39084) Update the list of files synced into g3 PR Close #39084 --- .github/angular-robot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 119787b86c..7ecd1b6cd0 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -38,6 +38,7 @@ merge: - "modules/benchmarks/**" - "modules/system.d.ts" - "packages/**" + - "dev-infra/benchmark/driver-utilities/**" # list of patterns to ignore for the files changed by the PR exclude: - "packages/*" @@ -47,6 +48,7 @@ merge: - "packages/bazel/src/ng_package/**" - "packages/bazel/src/protractor/**" - "packages/bazel/src/schematics/**" + - "packages/compiler-cli/src/ngcc/**" - "packages/compiler-cli/linker/**" - "packages/compiler-cli/ngcc/**" - "packages/compiler-cli/src/ngtsc/sourcemaps/**" @@ -57,6 +59,8 @@ merge: - "packages/localize/**" - "packages/private/**" - "packages/service-worker/**" + - "packages/common/locales/**" + - "packages/http/**" - "**/.gitignore" - "**/.gitkeep" - "**/yarn.lock"