ci: add 'public-api' pullapprove group (#14268)

This commit is contained in:
Igor Minar 2017-02-02 23:57:59 -08:00 committed by Miško Hevery
parent 14d7844b2b
commit a2a290a83c
1 changed files with 10 additions and 0 deletions

View File

@ -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