Skip to content

Commit 0380da7

Browse files
committed
slack sig-node: add users and dra-dev group
This is for pinging the right set of people when posting on a channel like #sig-node or #sig-scheduling that they might not actively follow.
1 parent 5122625 commit 0380da7

File tree

6 files changed

+46
-8
lines changed

6 files changed

+46
-8
lines changed

communication/slack-config/channels.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -404,13 +404,7 @@ channels:
404404
- name: sig-multicluster
405405
- name: sig-network
406406
- name: sig-network-multi-network
407-
- name: sig-node
408-
- name: sig-node-bug-scrub
409-
- name: sig-node-kmm
410-
id: C037RE58RED
411-
- name: sig-node-rkt
412-
archived: true
413-
- name: sig-node-swap
407+
# sig-node channels are defined in sig-node/
414408
- name: sig-scalability
415409
- name: sig-scheduling
416410
# sig-security* channels are defined in sig-security/

communication/slack-config/restrictions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ restrictions:
2727
- path: "sig-network/*.yaml"
2828
channels:
2929
- "^sig-network-.*$"
30+
- path: "sig-node/*.yaml"
31+
channels:
32+
- "^sig-node"
33+
usergroups:
34+
- "^dra-dev$"
3035
- path: "sig-release/*.yaml"
3136
channels:
3237
- "^sig-release$"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
reviewers:
4+
- sig-node-leads
5+
approvers:
6+
- sig-node-leads
7+
labels:
8+
- sig/node
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
channels:
2+
- name: sig-node
3+
- name: sig-node-bug-scrub
4+
- name: sig-node-kmm
5+
id: C037RE58RED
6+
- name: sig-node-rkt
7+
archived: true
8+
- name: sig-node-swap
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file contains a list of all Slack User Groups that are managed by SIG Node.
2+
3+
usergroups:
4+
- name: dra-dev
5+
long_name: dynamic resource allocation developers
6+
description: Developers working on or with the dynamic resource allocation KEP.
7+
channels:
8+
- sig-node
9+
members:
10+
# Entries are GitHub handles. They must be listed under ../users.yaml.
11+
# Sorted alphabetically!
12+
- bart0sh
13+
- byako
14+
- elezar
15+
- klihub
16+
- klueska # subproject owner
17+
- pohly # subproject owner

communication/slack-config/users.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ users:
1111
anjaltelang: U028B09KZ5X
1212
ankeesler: UBAA1KQ4A
1313
annajung: U8SLB1P2Q
14-
AvineshTripathi: U029U44P26B
1514
aravindputrevu: U1G27SDU6
1615
asmacdo: UNVH7RY9J
1716
Atharva-Shinde: U028J67T478
17+
AvineshTripathi: U029U44P26B
1818
bai: U4XAULHL3
1919
Bart Farrell: U01DZM7PJDT
20+
bart0sh: U8VJC20R3
2021
benjaminapetersen: U0217E7EXV4
2122
bhumijgupta: U022JUBM3B4
2223
briandealwis: UAZKM38JV
2324
bubblemelon: U7K9C643G
25+
byako: U03GZBD4J4C
2426
calebamiles: U1ZDD4CUR
2527
camilamacedo86: UJDM393EH
2628
castrojo: U1W1Q6PRQ
@@ -41,6 +43,7 @@ users:
4143
dims: U0Y7A2MME
4244
divya-mohan0209: UV4J7K97Z
4345
dougm: U8GG20UE9
46+
elezar: ULV21K3CH
4447
enj: U2T4CVDTJ
4548
erismaster: U0162FJ79LY
4649
estroz: UKSEANEC9
@@ -84,6 +87,8 @@ users:
8487
katharine: UBTBNJ6GL
8588
katcosgrove: U01GDERGEHF
8689
kikisdeliveryservice: U9HFFRFT2
90+
klihub: U9856A799
91+
klueska: UF3ARH55Y
8792
Kunal Kushwaha: UQ14U3NAY
8893
LappleApple: U011C07244F
8994
leonardpahlke: U029NBZFV97
@@ -118,6 +123,7 @@ users:
118123
pensu91: U44FHF81G
119124
phenixblue: UB4UVLEAK
120125
pnbrown: U011JJTQVGF
126+
pohly: U91901TMF
121127
prietyc123: U01D4MBLM52
122128
puerco: ULGHLJ7TP
123129
PurneswarPrasad: U027CFKVAB0

0 commit comments

Comments
 (0)