Skip to content

Commit fa7e16b

Browse files
authored
Merge pull request #8510 from mfahlandt/add-wg-ai-gateway-ml
add wg ai gateway groups
2 parents d81bf6d + 4ceb4f7 commit fa7e16b

File tree

5 files changed

+63
-0
lines changed

5 files changed

+63
-0
lines changed

OWNERS_ALIASES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ aliases:
131131
- mfahlandt
132132
- ritazh
133133
- terrytangyuan
134+
wg-ai-gateway-leads:
135+
- keithmattix
136+
- kflynn
137+
- kfswain
138+
- nirrozenbaum
139+
- shaneutt
140+
- xunzhuo
134141
wg-ai-integration-leads:
135142
- ardaguclu
136143
- rushmash91

groups/groups.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ groups:
5454
5555
5656
57+
5758
5859
5960

groups/restrictions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ restrictions:
318318
allowedGroups:
319319
320320
321+
- path: "wg-ai-gateway/groups.yaml"
322+
allowedGroups:
323+
324+
321325
- path: "wg-ai-integration/groups.yaml"
322326
allowedGroups:
323327

groups/wg-ai-gateway/OWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- wg-ai-gateway-leads
5+
reviewers:
6+
- wg-ai-gateway-leads
7+
8+
labels:
9+
- wg/ai-gateway

groups/wg-ai-gateway/groups.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
groups:
2+
#
3+
# Mailing lists
4+
#
5+
# Each group here represents a mailing list for the WG or its subprojects,
6+
# and is not intended to govern access to infrastructure
7+
#
8+
- email-id: [email protected]
9+
name: wg-ai-gateway-leads
10+
description: |-
11+
WG AI Gateway Organizers
12+
settings:
13+
WhoCanPostMessage: "ANYONE_CAN_POST"
14+
ReconcileMembers: "true"
15+
owners:
16+
17+
18+
19+
20+
21+
22+
23+
- email-id: [email protected]
24+
name: wg-ai-gateway
25+
description: |-
26+
Public mailing list for AI Gateway
27+
settings:
28+
WhoCanJoin: "ANYONE_CAN_JOIN"
29+
WhoCanViewGroup: "ANYONE_CAN_VIEW"
30+
WhoCanDiscoverGroup: "ANYONE_CAN_DISCOVER"
31+
WhoCanPostMessage: "ANYONE_CAN_POST"
32+
MessageModerationLevel: "MODERATE_NON_MEMBERS"
33+
ReconcileMembers: "false"
34+
owners:
35+
36+
37+
38+
39+
40+
41+
members:
42+

0 commit comments

Comments
 (0)