ci: add 'public-api' pullapprove group (#14268)
This commit is contained in:
parent
14d7844b2b
commit
a2a290a83c
|
@ -44,6 +44,15 @@ groups:
|
||||||
- IgorMinar
|
- IgorMinar
|
||||||
- mhevery
|
- mhevery
|
||||||
|
|
||||||
|
public-api:
|
||||||
|
conditions:
|
||||||
|
files:
|
||||||
|
include:
|
||||||
|
- "tools/public_api_guard/*"
|
||||||
|
users:
|
||||||
|
- IgorMinar
|
||||||
|
- mhevery
|
||||||
|
|
||||||
build-and-ci:
|
build-and-ci:
|
||||||
conditions:
|
conditions:
|
||||||
files:
|
files:
|
||||||
|
@ -54,6 +63,7 @@ groups:
|
||||||
- "tools/*"
|
- "tools/*"
|
||||||
exclude:
|
exclude:
|
||||||
- "tools/@angular/tsc-wrapped/*"
|
- "tools/@angular/tsc-wrapped/*"
|
||||||
|
- "tools/public_api_guard/*"
|
||||||
users:
|
users:
|
||||||
- IgorMinar #primary
|
- IgorMinar #primary
|
||||||
- mhevery
|
- mhevery
|
||||||
|
|
Loading…
Reference in New Issue