Skip to content

Commit

Permalink
Add config for wg-lts
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Rickard <[email protected]>
  • Loading branch information
jeremyrickard committed Jul 19, 2023
1 parent 763f2b0 commit c139b39
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ aliases:
- cantbewong
- cindyxing
- dejanb
wg-lts-leads:
- micahhausler
- jeremyrickard
- liggitt
wg-multitenancy-leads:
- srampal
- tashimi
Expand Down
4 changes: 4 additions & 0 deletions groups/restrictions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,8 @@ restrictions:
allowedGroups:
- "^[email protected]$"
- "^[email protected]$"
- path: "wg-lts/groups.yaml"
allowedGroups:
- "^[email protected]$"
- "^[email protected]$"
- path: "**/*" # prevent any other file from containing anything
9 changes: 9 additions & 0 deletions groups/wg-lts/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- wg-lts-leads
reviewers:
- wg-lts-leads

labels:
- wg/lts
36 changes: 36 additions & 0 deletions groups/wg-lts/groups.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
groups:
#
# Mailing lists
#
# Each group here represents a mailing list for the WG or its subprojects,
# and is not intended to govern access to infrastructure
#
- email-id: [email protected]
name: wg-lts-leads
description: |-
WG LTS Organizers
settings:
WhoCanPostMessage: "ANYONE_CAN_POST"
ReconcileMembers: "true"
owners:
- [email protected]
- [email protected]
- [email protected]

- email-id: [email protected]
name: wg-lts
description: |-
Public mailing list for WG LTS
settings:
WhoCanJoin: "ANYONE_CAN_JOIN"
WhoCanViewGroup: "ANYONE_CAN_VIEW"
WhoCanDiscoverGroup: "ANYONE_CAN_DISCOVER"
WhoCanPostMessage: "ANYONE_CAN_POST"
MessageModerationLevel: "MODERATE_NON_MEMBERS"
ReconcileMembers: "false"
owners:
- [email protected]
- [email protected]
- [email protected]
members:
- [email protected]

0 comments on commit c139b39

Please sign in to comment.