From 5b134caf2dc57ccb9d6c34ef39227f922b0aa36d Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 25 Apr 2019 18:05:20 -0700 Subject: [PATCH] ci: don't sync most of /modules/** except for benchmarks (#30135) we don't need these files in g3 and they just create sync noise. CL to remove this from g3 is: cl/245342562 PR Close #30135 --- .github/angular-robot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 9246306102..80f8d57765 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -35,7 +35,8 @@ merge: # this list must be manually kept in sync with google3/third_party/javascript/angular2/copy.bara.sky include: - "LICENSE" - - "modules/**" + - "modules/benchmarks/**" + - "modules/system.d.ts" - "packages/**" # list of patterns to ignore for the files changed by the PR exclude: