diff options
| -rw-r--r-- | communication/slack-config/channels.yaml | 3 | ||||
| -rw-r--r-- | communication/slack-config/restrictions.yaml | 5 | ||||
| -rw-r--r-- | communication/slack-config/sig-storage/OWNERS | 8 | ||||
| -rw-r--r-- | communication/slack-config/sig-storage/config.yaml | 7 |
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 |
