From c0bf222a055467cc0cefffce5f1d2f6c4b200d88 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 25 Oct 2018 09:03:39 +0100 Subject: [PATCH] ci: exclude ngcc from g3sync check (#26740) PR Close #26740 --- .github/angular-robot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index a044b51662..b74cc602c5 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -50,6 +50,7 @@ merge: - "**/BUILD.bazel" - "packages/**/integrationtest/**" - "packages/**/test/**" + - "packages/compiler-cli/src/ngcc/**" # comment that will be added to a PR when there is a conflict, leave empty or set to false to disable mergeConflictComment: "Hi @{{PRAuthor}}! This PR has merge conflicts due to recent upstream merges.