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