mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #62484 from ixdy/toplevel-OWNERS-filters
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Use OWNERS filters to give approval to ixdy for Bazel build changes **What this PR does / why we need it**: Bazel updates tend to affect a bunch of `BUILD` files throughout the tree. Rather than getting @thockin to rubber-stamp these all the time, give me the power to approve? I already have appoval over `build/` and `hack/`, which is related to these files. Happy to add other owners here too, though I don't know who else wants to own. Previously: https://github.com/kubernetes/kubernetes/pull/45245, https://github.com/kubernetes/kubernetes/pull/45855 **Release note**: ```release-note NONE ``` /assign @cjwagner @thockin /cc @fejta @mikedanese @BenTheElder
This commit is contained in:
commit
7658a540bc
46
OWNERS
46
OWNERS
@ -1,17 +1,29 @@
|
|||||||
reviewers:
|
filters:
|
||||||
- brendandburns
|
".*":
|
||||||
- dchen1107
|
reviewers:
|
||||||
- jbeda
|
- brendandburns
|
||||||
- lavalamp
|
- dchen1107
|
||||||
- smarterclayton
|
- jbeda
|
||||||
- thockin
|
- lavalamp
|
||||||
approvers:
|
- smarterclayton
|
||||||
- bgrant0607
|
- thockin
|
||||||
- brendandburns
|
approvers:
|
||||||
- dchen1107
|
- bgrant0607
|
||||||
- jbeda
|
- brendandburns
|
||||||
- monopole # To move code per kubernetes/community#598
|
- dchen1107
|
||||||
- lavalamp
|
- jbeda
|
||||||
- smarterclayton
|
- monopole # To move code per kubernetes/community#598
|
||||||
- thockin
|
- lavalamp
|
||||||
- wojtek-t
|
- smarterclayton
|
||||||
|
- thockin
|
||||||
|
- wojtek-t
|
||||||
|
|
||||||
|
# Bazel build infrastructure changes often touch files throughout the tree
|
||||||
|
"\.bzl$":
|
||||||
|
reviewers:
|
||||||
|
- ixdy
|
||||||
|
approvers:
|
||||||
|
- ixdy
|
||||||
|
"BUILD(\.bazel)?$":
|
||||||
|
approvers:
|
||||||
|
- ixdy
|
||||||
|
Loading…
Reference in New Issue
Block a user