From 393ce5574b76ad1344554a6aa9e2e8a6c3591ac9 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Mon, 28 Sep 2020 18:08:07 -0700 Subject: [PATCH] ci: do not require g3 checks for the changes in `ngtsc/sourcemaps` folder (#39035) This commit updates ngbot config to avoid requesting google3 presubmit for the changes in the `packages/compiler-cli/src/ngtsc/sourcemaps` folder (which is not synced into google3). PR Close #39035 --- .github/angular-robot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 4346152bce..36177735f4 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -48,6 +48,7 @@ merge: - "packages/bazel/src/protractor/**" - "packages/bazel/src/schematics/**" - "packages/compiler-cli/ngcc/**" + - "packages/compiler-cli/src/ngtsc/sourcemaps/**", - "packages/docs/**" - "packages/elements/schematics/**" - "packages/examples/**"