Skip to content

Commit e6cfd63

Browse files
committed
Add WG Device Management groups
Signed-off-by: John Belamaric <[email protected]>
1 parent cf62bc1 commit e6cfd63

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-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
wg-data-protection-leads:
132132
- xing-yang
133133
- yuxiangqian
134+
wg-device-management-leads:
135+
- johnbelamaric
136+
- klueska
137+
- pohly
134138
wg-iot-edge-leads:
135139
- cantbewong
136140
- cindyxing

groups/restrictions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,8 @@ restrictions:
269269
allowedGroups:
270270
271271
272+
- path: "wg-device-management/groups.yaml"
273+
allowedGroups:
274+
275+
272276
- path: "**/*" # prevent any other file from containing anything

groups/wg-device-management/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-device-management-leads
5+
reviewers:
6+
- wg-device-management-leads
7+
8+
labels:
9+
- wg/device-management
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-device-management-leads
10+
description: |-
11+
WG Device Management 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-device-management
22+
description: |-
23+
Public mailing list for WG Device Management
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)