Skip to content

Commit 3e7d299

Browse files
committed
ci: update the list of excluded paths in NgBot config (#45901)
This commit aligns the NgBot config that is used to determine whether a presubmit is needed with its internal version. PR Close #45901
1 parent a6b6590 commit 3e7d299

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/angular-robot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ merge:
4242
exclude:
4343
- 'packages/*'
4444
- 'packages/bazel/*'
45+
- 'packages/bazel/src/*'
4546
- 'packages/bazel/src/api-extractor/**'
47+
- 'packages/bazel/src/builders/**'
4648
- 'packages/bazel/src/ng_package/**'
47-
- 'packages/bazel/src/ng_module/**'
49+
- 'packages/bazel/src/protractor/**'
50+
- 'packages/bazel/src/schematics/**'
51+
- 'packages/bazel/src/types_bundle/**'
4852
- 'packages/compiler-cli/src/ngcc/**'
4953
- 'packages/compiler-cli/linker/**'
5054
- 'packages/compiler-cli/ngcc/**'

0 commit comments

Comments
 (0)