Merge pull request #3359 from nikhita/ug-owners-aliases

Automatically update OWNERS_ALIASES for UGs
This commit is contained in:
Kubernetes Prow Robot 2019-03-14 12:26:23 -07:00 committed by GitHub
commit c2f4d5bd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,9 @@ aliases:
- {{.GitHub}}
{{- end}}
{{- end}}
{{- range .UserGroups}}
{{.Dir}}-leads:
{{- range .Leadership.Chairs}}
- {{.GitHub}}
{{- end}}
{{- end}}