From 3d156162af93fa417d0300ba679908a14a56935b Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Mon, 10 Aug 2020 15:15:24 -0700 Subject: [PATCH] fix(dev-infra): update i18n-related file locations in PullApprove config (#38403) The changes in https://github.com/angular/angular/pull/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 #38403 --- .pullapprove.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index b7f001b6a2..843df422cb 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -509,8 +509,8 @@ groups: - > contains_any_globs(files, [ 'packages/core/src/i18n/**', - 'packages/core/src/render3/i18n.ts', - 'packages/core/src/render3/i18n.md', + 'packages/core/src/render3/i18n/**', + 'packages/core/src/render3/instructions/i18n.ts', 'packages/core/src/render3/interfaces/i18n.ts', 'packages/common/locales/**', 'packages/common/src/i18n/**',