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:
parent
44acf6734b
commit
b54db86f43
|
@ -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/**',
|
||||
|
|
Loading…
Reference in New Issue