From e9bbe434187a9eeac71e6440746b51fbc48cb038 Mon Sep 17 00:00:00 2001 From: Mathew Wicks Date: Wed, 28 Oct 2020 02:24:00 +1100 Subject: [PATCH] Add thesuperzapper to notebook OWNERS (kubeflow/kubeflow#5363) --- components/crud-web-apps/OWNERS | 1 + components/notebook-controller/OWNERS | 1 + 2 files changed, 2 insertions(+) diff --git a/components/crud-web-apps/OWNERS b/components/crud-web-apps/OWNERS index 762f0d6a..665ed7a6 100644 --- a/components/crud-web-apps/OWNERS +++ b/components/crud-web-apps/OWNERS @@ -2,4 +2,5 @@ approvers: - elikatsis - kimwnasptd - StefanoFioravanzo + - thesuperzapper reviewers: diff --git a/components/notebook-controller/OWNERS b/components/notebook-controller/OWNERS index b95d5eaa..eecf85de 100644 --- a/components/notebook-controller/OWNERS +++ b/components/notebook-controller/OWNERS @@ -2,6 +2,7 @@ approvers: - elikatsis - kimwnasptd - StefanoFioravanzo + - thesuperzapper - yanniszark reviewers: - MartinForReal