ci: give ownership of ngc-wrapped to compiler-cli maintainers (#18354)

PR Close #18354
This commit is contained in:
Chuck Jazdzewski 2017-07-25 18:29:54 -07:00 committed by Miško Hevery
parent 086f4aa72c
commit cae3e6dca0
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ groups:
- "tools/*"
exclude:
- "tools/public_api_guard/*"
- "tools/ngc-wrapped/*"
- "aio/*"
users:
- IgorMinar #primary
@ -137,6 +138,7 @@ groups:
files:
- "packages/tsc-wrapped/*"
- "packages/compiler-cli/*"
- "tools/ngc-wrapped/*"
users:
- alexeagle
- chuckjaz