diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-07-20 15:15:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-20 15:15:14 -0700 |
| commit | f1abd2bf8a3d9dfb63c5552454d58f6c5a6e459e (patch) | |
| tree | 8ef0aeceb415f34bb56593963c1ca346b955a287 | |
| parent | ad91a16658370b0dd519e67ef1900e8630bfc152 (diff) | |
| parent | d49cd89a79a44a74e372a6087b135fbdf09a3d75 (diff) | |
Merge pull request #4971 from xing-yang/cosi-slack
Setting up a slack channel for sig-storage subproject kubernetes-cosi
| -rwxr-xr-x | communication/slack-config/restrictions.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/sig-storage/config.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index a815989a..1176899d 100755 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -36,6 +36,7 @@ restrictions: - path: "sig-storage/*.yaml" channels: - "^sig-storage$" + - "^sig-storage-" - "^csi$" - "^csi-" - path: "sig-cloud-provider/*.yaml" diff --git a/communication/slack-config/sig-storage/config.yaml b/communication/slack-config/sig-storage/config.yaml index 56d94922..fc1213b2 100644 --- a/communication/slack-config/sig-storage/config.yaml +++ b/communication/slack-config/sig-storage/config.yaml @@ -5,3 +5,4 @@ channels: id: CG04EL876 - name: csi-windows - name: sig-storage + - name: sig-storage-cosi |
