Skip to content

Commit c886f72

Browse files
authored
Merge pull request #8393 from ardaguclu/wg-ai-integration
Add WG AI Integration Mailinglists
2 parents 0d5e7b1 + 149c20d commit c886f72

File tree

5 files changed

+54
-0
lines changed

5 files changed

+54
-0
lines changed

OWNERS_ALIASES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ aliases:
131131
- mfahlandt
132132
- ritazh
133133
- terrytangyuan
134+
wg-ai-integration-leads:
135+
- ardaguclu
136+
- rushmash91
137+
- zvonkok
134138
wg-batch-leads:
135139
- kannon92
136140
- mwielgus

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
@@ -317,6 +317,10 @@ restrictions:
317317
allowedGroups:
318318
319319
320+
- path: "wg-ai-integration/groups.yaml"
321+
allowedGroups:
322+
323+
320324
- path: "wg-batch/groups.yaml"
321325
allowedGroups:
322326

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

groups/wg-ai-integration/groups.yaml

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

0 commit comments

Comments
 (0)