From bca0b44ff25729d0c4c33714685df2998d4419cb Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 20 Feb 2019 09:12:51 -0800 Subject: [PATCH] ci: exclude **/third_party/** from google3 check (#28870) this pattern is being excluded in copybara. see cl/234807990. PR Close #28870 --- .github/angular-robot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index c79c984a40..5eeeb825a4 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -57,6 +57,7 @@ merge: - "**/.gitkeep" - "**/yarn.lock" - "**/package.json" + - "**/third_party/**" - "**/tsconfig-build.json" - "**/tsconfig.json" - "**/BUILD.bazel"