From 738ab4239af16e2139a58f5c0260e33337deed95 Mon Sep 17 00:00:00 2001 From: Roy Lenferink Date: Mon, 18 Feb 2019 14:49:36 +0100 Subject: [PATCH] Updated OWNERS file pointing to docs (#4184) --- OWNERS | 3 +-- test-infra/image-builder/OWNERS | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/OWNERS b/OWNERS index 1883a4930..a80e72427 100644 --- a/OWNERS +++ b/OWNERS @@ -1,5 +1,4 @@ -# See the OWNERS file documentation: -# https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md +# See the OWNERS docs at https://go.k8s.io/owners approvers: - kubespray-approvers diff --git a/test-infra/image-builder/OWNERS b/test-infra/image-builder/OWNERS index 12147bec3..8e07ecc19 100644 --- a/test-infra/image-builder/OWNERS +++ b/test-infra/image-builder/OWNERS @@ -1,3 +1,5 @@ +# See the OWNERS docs at https://go.k8s.io/owners + approvers: - woopstar - ant31