Skip to content

Commit

Permalink
ci: add 'public-api' pullapprove group (#14268)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar authored and mhevery committed Feb 9, 2017
1 parent 9779f39 commit e845f3b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pullapprove.yml
Expand Up @@ -44,6 +44,15 @@ groups:
- IgorMinar
- mhevery

public-api:
conditions:
files:
include:
- "tools/public_api_guard/*"
users:
- IgorMinar
- mhevery

build-and-ci:
conditions:
files:
Expand All @@ -54,6 +63,7 @@ groups:
- "tools/*"
exclude:
- "tools/@angular/tsc-wrapped/*"
- "tools/public_api_guard/*"
users:
- IgorMinar #primary
- mhevery
Expand Down

0 comments on commit e845f3b

Please sign in to comment.