summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-09-06 04:18:58 -0700
committerGitHub <noreply@github.com>2019-09-06 04:18:58 -0700
commite48fb976d7be2f333b621c08f1cf708e08b81d5f (patch)
tree0335232095a2846dfcceab5beae280f69f381c89
parentdb7f270f2d04b497767ebbc59c5aea595d67ea2c (diff)
parent897efdcaadb8be28efef45f520cad5001d4b025e (diff)
Merge pull request #4060 from mrbobbytables/update-slack-sig-storage
Delegate storage related slack channels to sig-storage.
-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 4dd81c53..60190f9d 100644
--- a/communication/slack-config/channels.yaml
+++ b/communication/slack-config/channels.yaml
@@ -279,7 +279,6 @@ channels:
- name: sig-scalability
- name: sig-scheduling
- name: sig-service-catalog
- - name: sig-storage
- name: sig-testing
- name: sig-ui
- name: sig-usability
@@ -317,8 +316,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