Skip to content

Commit

Permalink
Merge pull request #544 from sttts/sttts-revert-downstream-approvers
Browse files Browse the repository at this point in the history
Revert OWNERS changes
  • Loading branch information
openshift-merge-robot committed Feb 3, 2021
2 parents 9b492ff + 6ebc43a commit e761892
Show file tree
Hide file tree
Showing 505 changed files with 6,887 additions and 45 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
3 changes: 2 additions & 1 deletion DOWNSTREAM_OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

filters:
".*":
# Downstream reviewers, don't have to match those in OWNERS
reviewers:
- deads2k
- sttts
Expand All @@ -10,7 +11,7 @@ filters:
- marun
- tnozicka

# approvers are limited to the team that manages rebases and pays the price for carries that are introduced
# Approvers are limited to the team that manages rebases and pays the price for carries that are introduced
approvers:
- deads2k
- sttts
Expand Down
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 e761892

Please sign in to comment.