parent
a3de110b52
commit
7ca74375cb
|
@ -695,8 +695,9 @@ groups:
|
||||||
'aio/content/marketing/**',
|
'aio/content/marketing/**',
|
||||||
'aio/content/images/bios/**',
|
'aio/content/images/bios/**',
|
||||||
'aio/content/images/marketing/**',
|
'aio/content/images/marketing/**',
|
||||||
'aio/content/navigation.json',
|
'aio/content/file-not-found.md',
|
||||||
'aio/content/license.md'
|
'aio/content/license.md',
|
||||||
|
'aio/content/navigation.json'
|
||||||
])
|
])
|
||||||
reviewers:
|
reviewers:
|
||||||
users:
|
users:
|
||||||
|
@ -771,6 +772,7 @@ groups:
|
||||||
conditions:
|
conditions:
|
||||||
- >
|
- >
|
||||||
contains_any_globs(files, [
|
contains_any_globs(files, [
|
||||||
|
'aio/content/cli/**',
|
||||||
'aio/content/guide/typescript-configuration.md',
|
'aio/content/guide/typescript-configuration.md',
|
||||||
'aio/content/examples/setup/**',
|
'aio/content/examples/setup/**',
|
||||||
'aio/content/guide/build.md',
|
'aio/content/guide/build.md',
|
||||||
|
@ -847,6 +849,7 @@ groups:
|
||||||
contains_any_globs(files, [
|
contains_any_globs(files, [
|
||||||
'aio/*',
|
'aio/*',
|
||||||
'aio/aio-builds-setup/**',
|
'aio/aio-builds-setup/**',
|
||||||
|
'aio/content/cli-src/**',
|
||||||
'aio/content/examples/*',
|
'aio/content/examples/*',
|
||||||
'aio/scripts/**',
|
'aio/scripts/**',
|
||||||
'aio/src/**',
|
'aio/src/**',
|
||||||
|
|
Loading…
Reference in New Issue