From 02aca135bd8921bf26f4b1737d1e43e984f64aeb 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 3f503cb06b..854a40c0b0 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -505,8 +505,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/**',