Skip to content

Commit

Permalink
Add sig-architecture-approvers and dep-approvers to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Oct 10, 2022
1 parent dd09106 commit e74ae29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

filters:
".*":
reviewers: []
approvers: []
reviewers:
- dep-reviewers
- sig-architecture-approvers
approvers:
- dep-approvers # for go.mod/go.sum
- sig-architecture-approvers # for OWNERS_ALIASES and other root files
emeritus_approvers:
- bgrant0607
- brendandburns
Expand Down
4 changes: 4 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e74ae29

Please sign in to comment.