From 23b69a97c6ddb1d0747ff01f8a309e349efab12e Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Tue, 25 Feb 2020 23:57:16 -0500 Subject: [PATCH] build: Add OWNERS on build-image/ Here we're primarily concerned with the kube-cross image, though we may expand scope at a later time. Adding the following reviewers/approvers: - BenTheElder - cblecker - dims - justaugustus - listx Once we've defined policies for handling these images, we'll expand the scope of this group to include Release Engineering. Signed-off-by: Stephen Augustus --- OWNERS_ALIASES | 12 ++++++++++++ build/build-image/OWNERS | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 build/build-image/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 65c1b5902bd..0cc6b8066e9 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -128,6 +128,18 @@ aliases: - justaugustus # SIG Chair - saschagrunert # Branch Manager - tpepper # SIG Chair / Patch Release Team + build-image-approvers: + - BenTheElder + - cblecker + - dims + - justaugustus + - listx + build-image-reviewers: + - BenTheElder + - cblecker + - dims + - justaugustus + - listx sig-storage-reviewers: - saad-ali diff --git a/build/build-image/OWNERS b/build/build-image/OWNERS new file mode 100644 index 00000000000..8316d62099a --- /dev/null +++ b/build/build-image/OWNERS @@ -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