Skip to content

Commit

Permalink
Merge pull request kubernetes#232 from spiffxp/add-owners-for-roles
Browse files Browse the repository at this point in the history
Setup OWNERS files for each role handbook
  • Loading branch information
k8s-ci-robot authored Jul 25, 2018
2 parents d385196 + f66d5b2 commit a6f8ed7
Show file tree
Hide file tree
Showing 16 changed files with 72 additions and 12 deletions.
47 changes: 45 additions & 2 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aliases:
sig-release-leads:
- calebamiles
- jdumars
release-team-leads:
release-team-lead-role:
- bgrant0607
- dchen1107
- enisoc
Expand All @@ -13,7 +13,7 @@ aliases:
- saad-ali
- jberkus
- tpepper
patch-release-managers:
patch-release-manager-role:
- enisoc
- fabioy
- jessfraz
Expand All @@ -23,6 +23,49 @@ aliases:
- roberthbailey
- saad-ali
- wojtek-t
- MaciekPytel
- foxish
- feiskyer
ci-signal-role:
- ericchiang
- spiffxp
- krzyzacy
- aishsundar
- mohammedzee1000
features-role:
- idvoretskyi
- justaugustus
test-infra-role:
- krzyzacy
- bentheelder
- cjwagner
bug-triage-role:
- marun
- spiffxp
- jberkus
- tpepper
- guineveresaenger
branch-manager-role:
- caesarxychao
- abgworrall
- dashpole
- calebamiles
- dougm
docs-role:
- chenopis
- steveperry-53
- zacharysarah
- bradamant3
- misty
- zparnold
release-notes-role:
- spiffxp
- radhikapc
- bradamant3
- nickchase
communications-role:
- nwoods
- kbarnard10
product-security-team:
- philips
- jessfraz
Expand Down
2 changes: 1 addition & 1 deletion ephemera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Patch releases are managed by the **Patch Release Manager**. Duties of the patch
* Cherry picks should not destabilize the branch, so ensure that either the PR has had time to stabilize in master or will have time to stabilize in the release branch before the next patch release is cut.
* Setting the exact schedule (and cadence) for patch releases and actually cutting the [releases](https://github.com/kubernetes/kubernetes/releases).

See the [Patch Release Manager Playbook](patch-release-manager.md) for more details.
See the [Patch Release Manager Playbook](/release-team/role-handbooks/patch-release-manager/README.md) for more details.

Current and past patch release managers are listed [here](/release-managers.md).

Expand Down
7 changes: 0 additions & 7 deletions release-team/OWNERS

This file was deleted.

4 changes: 4 additions & 0 deletions release-team/role-handbooks/bug-triage/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- bug-triage-role
reviewers:
- bug-triage-role
File renamed without changes.
4 changes: 4 additions & 0 deletions release-team/role-handbooks/ci-signal/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- ci-signal-role
reviewers:
- ci-signal-role
File renamed without changes.
4 changes: 4 additions & 0 deletions release-team/role-handbooks/communications/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- communications-role
reviewers:
- communications-role
4 changes: 4 additions & 0 deletions release-team/role-handbooks/documentation-guides/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- docs-role
reviewers:
- docs-role
4 changes: 4 additions & 0 deletions release-team/role-handbooks/patch-release-manager/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- patch-release-manager-role
reviewers:
- patch-release-manager-role
4 changes: 4 additions & 0 deletions release-team/role-handbooks/release-team-lead/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- release-team-lead-role
reviewers:
- release-team-lead-role
File renamed without changes.
2 changes: 1 addition & 1 deletion releases/release-1.11/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ approvers:
- nickchase
- AishSundar
- sig-release-leads
- release-team-leads
- release-team-lead-role
2 changes: 1 addition & 1 deletion releases/release-1.12/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ approvers:
- nickchase
- marpaia
- sig-release-leads
- release-team-leads
- release-team-lead-role

0 comments on commit a6f8ed7

Please sign in to comment.