Skip to content

Commit

Permalink
ci: update the list of excluded paths in NgBot config (#45901)
Browse files Browse the repository at this point in the history
This commit aligns the NgBot config that is used to determine whether a presubmit is needed with its internal version.

PR Close #45901
  • Loading branch information
AndrewKushnir committed May 5, 2022
1 parent d48e0cc commit 86f0213
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/angular-robot.yml
Expand Up @@ -42,9 +42,13 @@ merge:
exclude:
- 'packages/*'
- 'packages/bazel/*'
- 'packages/bazel/src/*'
- 'packages/bazel/src/api-extractor/**'
- 'packages/bazel/src/builders/**'
- 'packages/bazel/src/ng_package/**'
- 'packages/bazel/src/ng_module/**'
- 'packages/bazel/src/protractor/**'
- 'packages/bazel/src/schematics/**'
- 'packages/bazel/src/types_bundle/**'
- 'packages/compiler-cli/src/ngcc/**'
- 'packages/compiler-cli/linker/**'
- 'packages/compiler-cli/ngcc/**'
Expand Down

0 comments on commit 86f0213

Please sign in to comment.