Skip to content

Commit

Permalink
UPSTREAM: <carry>: Add DOWNSTREAM_OWNERS
Browse files Browse the repository at this point in the history
UPSTREAM: <carry>: clarify downstream approver rules
  • Loading branch information
sttts authored and soltysh committed Sep 8, 2021
1 parent 3a5a7ab commit 69fce50
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
32 changes: 32 additions & 0 deletions DOWNSTREAM_OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# See the OWNERS docs at https://go.k8s.io/owners

filters:
".*":
# Downstream reviewers, don't have to match those in OWNERS
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
17 changes: 17 additions & 0 deletions pkg/kubelet/DOWNSTREAM_OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# See the OWNERS docs at https://go.k8s.io/owners

# Downstream reviewers, don't have to match those in OWNERS
reviewers:
- rphillips
- sjenning
- mrunalp

# Sub-package approvers from upstream with permission to approve downstream backports following these rules:
# - they MUST be approvers upstream (here compare https://github.com/kubernetes/kubernetes/blob/17bb2fc050ec786b60db7d8d6d4d3ac8eeac205b/pkg/kubelet/OWNERS#L10-L11)
# - they may approve "UPSTREAM: <PR>: ..." changes that merged upstream.
# - carry patches for "UPSTREAM: <carry>: ..." and any unmerged PRs of the previous kind will have to be approved by the top-level approvers.
approvers:
- sjenning
- mrunalp

component: node

0 comments on commit 69fce50

Please sign in to comment.