Skip to content

Commit

Permalink
UPSTREAM: <carry>: revert: Add OpenShift OWNERS
Browse files Browse the repository at this point in the history
This reverts commit 283fccf.
  • Loading branch information
sttts committed Jan 28, 2021
1 parent fcd0b42 commit 9f042e2
Show file tree
Hide file tree
Showing 501 changed files with 6,394 additions and 28 deletions.
17 changes: 17 additions & 0 deletions .github/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

reviewers:
- castrojo
- cblecker
- guineveresaenger
- justaugustus
- mrbobbytables
- nikhita
- parispittman
approvers:
- sig-contribex-approvers
- parispittman
emeritus_approvers:
- Phillels
labels:
- sig/contributor-experience
11 changes: 11 additions & 0 deletions CHANGELOG/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- sig-release-approvers
- release-engineering-approvers
reviewers:
- release-engineering-reviewers

labels:
- sig/release
- area/release-eng
4 changes: 4 additions & 0 deletions LICENSES/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- dep-approvers
48 changes: 26 additions & 22 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,33 @@
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
- brendandburns
- dchen1107
- lavalamp
- smarterclayton
- thockin
- liggitt
approvers:
- deads2k
- sttts
- soltysh
- mfojtik
- marun
- tnozicka
- dchen1107
- lavalamp
- smarterclayton
- thockin
- wojtek-t
- liggitt
emeritus_approvers:
- brendandburns
- bgrant0607
- jbeda

"^\\.go.(mod|sum)$":
labels:
- "vendor-update"
"^vendor/.*":
# go.{mod,sum} files relate to go dependencies, and should be reviewed by the
# dep-approvers
"go\\.(mod|sum)$":
required_reviewers:
- kubernetes/dep-approvers
labels:
- "vendor-update"
"^staging/.*":
- area/dependency
# metrics.go files are sig-instrumentation related, and should be tagged
# and reviewed by sig-instrumentation
"metrics\\.go$":
labels:
- "vendor-update"
component: kube-apiserver
- sig/instrumentation

0 comments on commit 9f042e2

Please sign in to comment.