Skip to content

Commit

Permalink
*: add nabarun and arnaud as admins
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhita committed Apr 6, 2022
1 parent 949a366 commit efeab57
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion SECURITY_CONTACTS
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions admin/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit efeab57

Please sign in to comment.