Add sig-architecture-approvers and dep-approvers to root dir

This commit is contained in:
Jordan Liggitt
2022-10-10 09:04:57 -04:00
parent dd0910691f
commit e74ae29ba2
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
aliases:
# Note: sig-architecture-approvers has approval on root files (including go.mod/go.sum) until https://github.com/kubernetes/test-infra/pull/21398 is resolved.
# People with approve rights via this alias should defer dependency update PRs to dep-approvers.
sig-architecture-approvers:
- dims
- derekwaynecarr
@@ -462,6 +464,8 @@ aliases:
- jayunit100
- jsturtevant
- marosset
# Note: dep-approvers has approval on root files (including OWNERS_ALIASES) until https://github.com/kubernetes/test-infra/pull/21398 is resolved.
# People with approve rights via this alias should defer updates of root files other than go.mod/go.sum to dep-approvers.
dep-approvers:
- BenTheElder
- cblecker