-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
4 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ orgs: | |
- gateway-bot | ||
- ilevine | ||
- ilrudie | ||
- jenshu | ||
- linsun | ||
- nfuden | ||
- sam-heilbron | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ readonly REPO_ROOT | |
readonly org_admins=( | ||
ilevine | ||
ilrudie | ||
jenshu | ||
linsun | ||
yuval-k | ||
) | ||
|