Skip to content

Commit f00af3e

Browse files
IgorMinarmhevery
authored andcommitted
ci: exclude unnedeed files and directories from angular-robot g3sync check (angular#27653)
We are overincluding files, all of these are not necessary in google3 and should not be synced because it's only slowing us down. Related CL: http://cl/225197013 PR Close angular#27653
1 parent 5256a91 commit f00af3e

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/angular-robot.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,30 @@ merge:
3939
- "packages/**"
4040
# list of patterns to ignore for the files changed by the PR
4141
exclude:
42-
- "packages/bazel/*.bzl"
42+
- "packages/*"
43+
- "packages/bazel/*"
44+
- "packages/bazel/src/builders/**"
45+
- "packages/bazel/src/ng_package/**"
46+
- "packages/bazel/src/protractor/**"
47+
- "packages/bazel/src/schematics/**"
48+
- "packages/compiler-cli/src/ngcc/**"
49+
- "packages/docs/**"
50+
- "packages/elements/schematics/**"
51+
- "packages/examples/**"
4352
- "packages/language-service/**"
53+
- "packages/private/**"
54+
- "packages/service-worker/**"
4455
- "**/.gitignore"
4556
- "**/.gitkeep"
57+
- "**/yarn.lock"
4658
- "**/package.json"
4759
- "**/tsconfig-build.json"
4860
- "**/tsconfig.json"
4961
- "**/rollup.config.js"
5062
- "**/BUILD.bazel"
63+
- "**/*.md"
5164
- "packages/**/integrationtest/**"
5265
- "packages/**/test/**"
53-
- "packages/compiler-cli/src/ngcc/**"
5466

5567
# comment that will be added to a PR when there is a conflict, leave empty or set to false to disable
5668
mergeConflictComment: "Hi @{{PRAuthor}}! This PR has merge conflicts due to recent upstream merges.

0 commit comments

Comments
 (0)