Skip to content

Commit 5c1916e

Browse files
authored
Merge pull request #6770 from johnbelamaric/add-wg-device-management
Add WG Device Management groups
2 parents 076185e + e6cfd63 commit 5c1916e

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
@@ -135,6 +135,10 @@ aliases:
135135
wg-data-protection-leads:
136136
- xing-yang
137137
- yuxiangqian
138+
wg-device-management-leads:
139+
- johnbelamaric
140+
- klueska
141+
- pohly
138142
wg-iot-edge-leads:
139143
- cantbewong
140144
- cindyxing

groups/restrictions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,8 @@ restrictions:
272272
allowedGroups:
273273
274274
275+
- path: "wg-device-management/groups.yaml"
276+
allowedGroups:
277+
278+
275279
- 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)