Skip to content

Commit 9d85900

Browse files
authored
Merge pull request #8356 from mfahlandt/wg-ai-conformance
Add WG AI Conformance Mailinglists
2 parents cb70601 + 6b2006c commit 9d85900

File tree

5 files changed

+57
-0
lines changed

5 files changed

+57
-0
lines changed

OWNERS_ALIASES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ aliases:
126126
- jsturtevant
127127
- knabben
128128
- marosset
129+
wg-ai-conformance-leads:
130+
- janetkuo
131+
- mfahlandt
132+
- ritazh
133+
- terrytangyuan
129134
wg-batch-leads:
130135
- kannon92
131136
- mwielgus

groups/groups.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ groups:
5353
5454
5555
56+
5657
5758
5859

groups/restrictions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ restrictions:
313313
314314
315315
316+
- path: "wg-ai-conformance/groups.yaml"
317+
allowedGroups:
318+
319+
316320
- path: "wg-batch/groups.yaml"
317321
allowedGroups:
318322

groups/wg-ai-conformance/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-conformance-leads
5+
reviewers:
6+
- wg-ai-conformance-leads
7+
8+
labels:
9+
- wg/ai-conformance

groups/wg-ai-conformance/groups.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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-conformance-leads
10+
description: |-
11+
WG AI Conformance Organizers
12+
settings:
13+
WhoCanPostMessage: "ANYONE_CAN_POST"
14+
ReconcileMembers: "true"
15+
owners:
16+
17+
18+
19+
20+
21+
- email-id: [email protected]
22+
name: wg-ai-conformance
23+
description: |-
24+
Public mailing list for AI Conformance
25+
settings:
26+
WhoCanJoin: "ANYONE_CAN_JOIN"
27+
WhoCanViewGroup: "ANYONE_CAN_VIEW"
28+
WhoCanDiscoverGroup: "ANYONE_CAN_DISCOVER"
29+
WhoCanPostMessage: "ANYONE_CAN_POST"
30+
MessageModerationLevel: "MODERATE_NON_MEMBERS"
31+
ReconcileMembers: "false"
32+
owners:
33+
34+
35+
36+
37+
members:
38+

0 commit comments

Comments
 (0)