Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
aliases:
build-image-approvers:
- BenTheElder
- cblecker
- dims
- justaugustus
- listx
build-image-reviewers:
- BenTheElder
- cblecker
- dims
- justaugustus
- listx
4 changes: 3 additions & 1 deletion groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,11 @@ groups:
settings:
ReconcileMembers: "true"
members:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-capi-docker
Expand Down
10 changes: 10 additions & 0 deletions k8s.gcr.io/images/k8s-staging-build-image/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- build-image-approvers
reviewers:
- build-image-reviewers

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

approvers:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I think manifests/... should NOT have OWNERS files - that's more privileged than merely pushing a new image.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref: #612, #611

- build-image-approvers
reviewers:
- build-image-reviewers

labels:
- sig/release
- area/release-eng