summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Killen <rkillen@umich.edu>2019-09-05 16:51:32 -0400
committerBob Killen <rkillen@umich.edu>2019-09-05 17:36:43 -0400
commit897efdcaadb8be28efef45f520cad5001d4b025e (patch)
treefe8ed2556c729190f7432293bdb42820ab0f843f
parent68565e8cbd6838262467ff9bbec5fd7625b6db20 (diff)
Delegate storage related slack channels to sig-storage.
- The sig-storage channel and those prefixed with csi are delegated to sig-storage-leads. - Channels wg-csi and wg-csi-migration are renamed to csi and csi-migration to conform with slack channel naming schema.
-rw-r--r--communication/slack-config/channels.yaml3
-rw-r--r--communication/slack-config/restrictions.yaml5
-rw-r--r--communication/slack-config/sig-storage/OWNERS8
-rw-r--r--communication/slack-config/sig-storage/config.yaml7
4 files changed, 20 insertions, 3 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml
index b54397ea..3f6529f8 100644
--- a/communication/slack-config/channels.yaml
+++ b/communication/slack-config/channels.yaml
@@ -278,7 +278,6 @@ channels:
- name: sig-scalability
- name: sig-scheduling
- name: sig-service-catalog
- - name: sig-storage
- name: sig-testing
- name: sig-ui
- name: sig-usability
@@ -316,8 +315,6 @@ channels:
archived: true
- name: wg-apply
- name: wg-component-standard
- - name: wg-csi
- - name: wg-csi-migration
- name: wg-iot-edge
- name: wg-k8s-infra
- name: wg-lts
diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml
index ff0c2a2c..b5948281 100644
--- a/communication/slack-config/restrictions.yaml
+++ b/communication/slack-config/restrictions.yaml
@@ -17,4 +17,9 @@ restrictions:
channels:
- "^sig-release$"
- "^release-"
+ - path: "sig-storage/*.yaml"
+ channels:
+ - "^sig-storage$"
+ - "^csi$"
+ - "^csi-"
- path: "**/*" # prevent any other file from containing anything
diff --git a/communication/slack-config/sig-storage/OWNERS b/communication/slack-config/sig-storage/OWNERS
new file mode 100644
index 00000000..6dd5158f
--- /dev/null
+++ b/communication/slack-config/sig-storage/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-storage-leads
+approvers:
+ - sig-storage-leads
+labels:
+ - sig/storage
diff --git a/communication/slack-config/sig-storage/config.yaml b/communication/slack-config/sig-storage/config.yaml
new file mode 100644
index 00000000..fc8aa388
--- /dev/null
+++ b/communication/slack-config/sig-storage/config.yaml
@@ -0,0 +1,7 @@
+channels:
+ - name: csi
+ id: C8EJ01Z46
+ - name: csi-migration
+ id: CG04EL876
+ - name: sig-storage
+ \ No newline at end of file