mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 01:40:13 +00:00
Add sig-architecture-approvers and dep-approvers to root dir
This commit is contained in:
parent
dd0910691f
commit
e74ae29ba2
8
OWNERS
8
OWNERS
@ -2,8 +2,12 @@
|
|||||||
|
|
||||||
filters:
|
filters:
|
||||||
".*":
|
".*":
|
||||||
reviewers: []
|
reviewers:
|
||||||
approvers: []
|
- 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:
|
emeritus_approvers:
|
||||||
- bgrant0607
|
- bgrant0607
|
||||||
- brendandburns
|
- brendandburns
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
aliases:
|
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:
|
sig-architecture-approvers:
|
||||||
- dims
|
- dims
|
||||||
- derekwaynecarr
|
- derekwaynecarr
|
||||||
@ -462,6 +464,8 @@ aliases:
|
|||||||
- jayunit100
|
- jayunit100
|
||||||
- jsturtevant
|
- jsturtevant
|
||||||
- marosset
|
- 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:
|
dep-approvers:
|
||||||
- BenTheElder
|
- BenTheElder
|
||||||
- cblecker
|
- cblecker
|
||||||
|
Loading…
Reference in New Issue
Block a user