From 2d7bc1d30126b7e6c63aa2346a96298fac2755dc Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 10 Feb 2021 16:15:08 -0800 Subject: [PATCH] ci: Remove language-service from testing group (#40795) Much like the compiler-cli, the language-service package has internal testing tools that are not intended for external use and do not need fw-testing review. See #40679. PR Close #40795 --- .pullapprove.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index 2f7531c251..a8d5704f29 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -682,7 +682,7 @@ groups: - *can-be-global-approved - *can-be-global-docs-approved - > - contains_any_globs(files.exclude('packages/compiler-cli/**'), [ + contains_any_globs(files.exclude('packages/compiler-cli/**').exclude('packages/language-service/**'), [ 'packages/**/testing/**', 'aio/content/guide/testing.md', 'aio/content/guide/test-debugging.md',