Skip to content

Commit

Permalink
make Jenny an org admin (#58)
Browse files Browse the repository at this point in the history
* make Jenny an org admin

Signed-off-by: Ian Rudie <[email protected]>

* fix dangling k8sgateway

Signed-off-by: Ian Rudie <[email protected]>

---------

Signed-off-by: Ian Rudie <[email protected]>
  • Loading branch information
ilrudie authored Jan 22, 2025
1 parent d3f039c commit 1f68fb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Order is important; the last matching pattern takes the most
# precedence.

* @ilevine @ilrudie @linsun @yuval-k
* @ilevine @ilrudie @jenshu @linsun @yuval-k

# less-sensitive content owned by the full set of community maintainers
*.md @kgateway-dev/community-maintainers
2 changes: 1 addition & 1 deletion .github/workflows/manage-org.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Manage K8sGateway Org
name: Manage kgateway-dev org
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ orgs:
- gateway-bot
- ilevine
- ilrudie
- jenshu
- linsun
- nfuden
- sam-heilbron
Expand Down
1 change: 1 addition & 0 deletions script/org/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ readonly REPO_ROOT
readonly org_admins=(
ilevine
ilrudie
jenshu
linsun
yuval-k
)
Expand Down

0 comments on commit 1f68fb2

Please sign in to comment.