Skip to content

Commit

Permalink
UPSTREAM: <carry>: Add DOWNSTREAM_OWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts authored and openshift-cherrypick-robot committed Jan 25, 2021
1 parent 1833054 commit bbf048e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
31 changes: 31 additions & 0 deletions DOWNSTREAM_OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# See the OWNERS docs at https://go.k8s.io/owners

filters:
".*":
reviewers:
- deads2k
- sttts
- soltysh
- mfojtik
- marun
- tnozicka

# approvers are limited to the team that manages rebases and pays the price for carries that are introduced
approvers:
- deads2k
- sttts
- soltysh
- mfojtik
- marun
- tnozicka

"^\\.go.(mod|sum)$":
labels:
- "vendor-update"
"^vendor/.*":
labels:
- "vendor-update"
"^staging/.*":
labels:
- "vendor-update"
component: kube-apiserver
16 changes: 16 additions & 0 deletions pkg/kubelet/DOWNSTREAM_OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# See the OWNERS docs at https://go.k8s.io/owners

reviewers:
- rphillips
- sjenning
- mrunalp

# adding mrunalp and sjenning from the upstream Kubelet OWNERS file:
# https://github.com/kubernetes/kubernetes/blob/17bb2fc050ec786b60db7d8d6d4d3ac8eeac205b/pkg/kubelet/OWNERS#L10-L11
# sub-package approvers for "UPSTREAM: <PR>: ..." changes that merged upstream
# carry patches for "UPSTREAM: <carry>: ..." will be approved by the root level approvers
approvers:
- sjenning
- mrunalp

component: node

0 comments on commit bbf048e

Please sign in to comment.