Skip to content

Commit 3d15616

Browse files
committed
fix(dev-infra): update i18n-related file locations in PullApprove config (angular#38403)
The changes in angular#38368 split `render3/i18n.ts` files into smaller scripts, but the PullApprove config was not updated to reflect that. This commit updates the PullApprove config to reflect the recent changes in i18n-related files. PR Close angular#38403
1 parent 5dc8d28 commit 3d15616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pullapprove.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ groups:
509509
- >
510510
contains_any_globs(files, [
511511
'packages/core/src/i18n/**',
512-
'packages/core/src/render3/i18n.ts',
513-
'packages/core/src/render3/i18n.md',
512+
'packages/core/src/render3/i18n/**',
513+
'packages/core/src/render3/instructions/i18n.ts',
514514
'packages/core/src/render3/interfaces/i18n.ts',
515515
'packages/common/locales/**',
516516
'packages/common/src/i18n/**',

0 commit comments

Comments
 (0)