Skip to content

Commit 5b134ca

Browse files
IgorMinarAndrewKushnir
authored andcommitted
ci: don't sync most of /modules/** except for benchmarks (angular#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 angular#30135
1 parent fcacb2a commit 5b134ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/angular-robot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ merge:
3535
# this list must be manually kept in sync with google3/third_party/javascript/angular2/copy.bara.sky
3636
include:
3737
- "LICENSE"
38-
- "modules/**"
38+
- "modules/benchmarks/**"
39+
- "modules/system.d.ts"
3940
- "packages/**"
4041
# list of patterns to ignore for the files changed by the PR
4142
exclude:

0 commit comments

Comments
 (0)