Skip to content

Commit

Permalink
.*: add Priyankasaggu11929 and rotate out idvoretskyi as admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankasaggu11929 committed Aug 15, 2023
1 parent 5d25706 commit 61f5601
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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 idvoretskyi MadhavJivrajani mrbobbytables nikhita palnabarun
ADMINS = cblecker MadhavJivrajani mrbobbytables nikhita palnabarun Priyankasaggu11931
ORGS = $(shell find ./config -type d -mindepth 1 -maxdepth 1 | cut -d/ -f3)

# use absolute path to ./_output, which is .gitignored
Expand Down
5 changes: 3 additions & 2 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@

reviewers:
- cblecker
- idvoretskyi
- MadhavJivrajani
- mrbobbytables
- nikhita
- palnabarun
- Priyankasaggu11929
approvers:
- cblecker
- idvoretskyi
- MadhavJivrajani
- mrbobbytables
- nikhita
- palnabarun
- Priyankasaggu11929
emeritus_approvers:
- ameukam
- calebamiles
- fejta
- idvoretskyi
- spiffxp

labels:
Expand Down
2 changes: 1 addition & 1 deletion SECURITY_CONTACTS
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# INSTRUCTIONS AT https://kubernetes.io/security/

cblecker
idvoretskyi
MadhavJivrajani
mrbobbytables
nikhita
palnabarun
Priyankasaggu11929
2 changes: 1 addition & 1 deletion admin/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ readonly REPO_ROOT

readonly admins=(
cblecker
idvoretskyi
MadhavJivrajani
mrbobbytables
nikhita
palnabarun
Priyankasaggu11929
)

cd "${REPO_ROOT}"
Expand Down

0 comments on commit 61f5601

Please sign in to comment.