From c8ed9bc001540b487e02adc9ebbdea1c38798dc4 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Fri, 6 May 2022 16:59:37 -0700 Subject: [PATCH] ci: update NgBot to sync internal and external configs (#45915) There was a difference in the set of paths between check/sync scripts internally and externally. This commit aligns both configurations. PR Close #45915 --- .github/angular-robot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index d0e17c19016..3abe7881612 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -54,6 +54,14 @@ merge: - 'packages/compiler-cli/linker/**' - 'packages/compiler-cli/ngcc/**' - 'packages/compiler-cli/src/ngtsc/sourcemaps/**' + # 'private' mostly contains entrypoints for 3P Angular. + # Note that 'private/migrations' _is_ used. + - 'packages/compiler-cli/private/bazel.ts' + - 'packages/compiler-cli/private/localize.ts' + - 'packages/compiler-cli/private/tooling.ts' + - 'packages/compiler-cli/private/babel.d.ts' + # google3 defines its own binary entrypoints. + - 'packages/compiler-cli/src/bin/**' - 'packages/docs/**' - 'packages/elements/schematics/**' - 'packages/examples/**'