ci: exclude aio/ from build-and-ci pullapprove group

the aio/ has a separate build and ci setup that doesn't affect main repo, so it doesn't make
sense for the build-and-ci group to approve changes to that separate setup.
This commit is contained in:
Igor Minar 2017-02-10 11:55:10 -08:00 committed by Miško Hevery
parent 294c1cd7a7
commit db700dfc71
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ groups:
exclude:
- "tools/@angular/tsc-wrapped/*"
- "tools/public_api_guard/*"
- "aio/*"
users:
- IgorMinar #primary
- mhevery