Skip to content

Commit b9eeb1c

Browse files
IgorMinarAndrewKushnir
authored andcommitted
ci: exclude symbol golden files from build-and-ci pullapprove group (angular#27004)
these files are test data and note test infrastructure, so they don't belong to this group. this means that the core group can now approve the golden symbol changes PR Close angular#27004
1 parent 1529ecd commit b9eeb1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pullapprove.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ groups:
108108
- "*.lock"
109109
- "tools/*"
110110
exclude:
111-
- "tools/public_api_guard/*"
112111
- "aio/*"
112+
- "packages/core/test/bundling/*"
113+
- "tools/public_api_guard/*"
113114
users:
114115
- IgorMinar #primary
115116
- alexeagle

0 commit comments

Comments
 (0)