Skip to content

Commit

Permalink
UPSTREAM: <carry>: Add OpenShift OWNERS
Browse files Browse the repository at this point in the history
Currently prow can't enforce only top level OWNERS files so we have to
delete all the other ones to prevent incorrect people controlling our
fork. This need to be refreshed on every rebase using:
  $ find . \( -name 'OWNERS' -or -name 'OWNERS_ALIASES' \) -not -path './OWNERS' -exec git rm {} \;
  • Loading branch information
marun authored and tnozicka committed Dec 9, 2020
1 parent adfe9fe commit 283fccf
Show file tree
Hide file tree
Showing 501 changed files with 28 additions and 6,394 deletions.
17 changes: 0 additions & 17 deletions .github/OWNERS

This file was deleted.

11 changes: 0 additions & 11 deletions CHANGELOG/OWNERS

This file was deleted.

4 changes: 0 additions & 4 deletions LICENSES/OWNERS

This file was deleted.

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

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

0 comments on commit 283fccf

Please sign in to comment.