build: fix bad pullapprove rule (#36232)

The dev-infra pull approve group contained a condition with
the glob having a string concatenation rather than a comma
separated list. This corrects this error, and in another PR
we will correct the verification scripts failure to catch
this.

PR Close #36232
This commit is contained in:
Joey Perrott 2020-03-24 10:52:07 -07:00 committed by Alex Rickabaugh
parent 44acf6734b
commit b54db86f43
1 changed files with 1 additions and 1 deletions

View File

@ -952,7 +952,7 @@ groups:
'tools/build/**',
'tools/circular_dependency_test/**',
'tools/contributing-stats/**',
'tools/components/**'
'tools/components/**',
'tools/gulp-tasks/**',
'tools/ng_rollup_bundle/**',
'tools/ngcontainer/**',