Merge pull request #119305 from deads2k/for-api

allow api-approvers to approve directories touched by generation
This commit is contained in:
Kubernetes Prow Robot 2023-07-13 14:44:04 -07:00 committed by GitHub
commit 8839d08fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ approvers:
- sttts
- roycaihw
- liggitt
# APIs frequently hit this directory for zz_generate.openapi.go
- api-approvers
reviewers:
- sttts
- roycaihw