From efeab5723d0c4af0450990de0e34cc85bef60364 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Wed, 6 Apr 2022 13:20:21 +0530 Subject: [PATCH] *: add nabarun and arnaud as admins --- Makefile | 2 +- OWNERS | 10 ++++++---- SECURITY_CONTACTS | 6 +++++- admin/update.sh | 4 ++-- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index d97af9e056..2736194bfa 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ GITHUB_TOKEN_PATH ?= TEST_INFRA_PATH ?= $(OUTPUT_DIR)/tmp/test-infra # intentionally hardcoded list to ensure it's high friction to remove someone -ADMINS = cblecker fejta idvoretskyi mrbobbytables nikhita spiffxp +ADMINS = ameukam cblecker idvoretskyi mrbobbytables nikhita palnabarun ORGS = $(shell find ./config -type d -mindepth 1 -maxdepth 1 | cut -d/ -f3) # use absolute path to ./_output, which is .gitignored diff --git a/OWNERS b/OWNERS index e9e499d51c..29cf325e09 100644 --- a/OWNERS +++ b/OWNERS @@ -1,21 +1,23 @@ # See the OWNERS docs at https://go.k8s.io/owners reviewers: + - ameukam - cblecker - - fejta - idvoretskyi - mrbobbytables - nikhita - - spiffxp + - palnabarun approvers: + - ameukam - cblecker - - fejta - idvoretskyi - mrbobbytables - nikhita - - spiffxp + - palnabarun emeritus_approvers: - calebamiles + - fejta + - spiffxp labels: - area/github-management diff --git a/SECURITY_CONTACTS b/SECURITY_CONTACTS index dbae5cbf70..f1548aa773 100644 --- a/SECURITY_CONTACTS +++ b/SECURITY_CONTACTS @@ -10,5 +10,9 @@ # DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE # INSTRUCTIONS AT https://kubernetes.io/security/ +ameukam cblecker -spiffxp +idvoretskyi +mrbobbytables +nikhita +palnabarun diff --git a/admin/update.sh b/admin/update.sh index 05fed3674f..b5a989d05c 100755 --- a/admin/update.sh +++ b/admin/update.sh @@ -22,12 +22,12 @@ REPO_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P) readonly REPO_ROOT readonly admins=( + ameukam cblecker - fejta idvoretskyi mrbobbytables nikhita - spiffxp + palnabarun ) cd "${REPO_ROOT}"