diff options
| -rw-r--r-- | 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 dbb7020f..4a81c794 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -34,6 +34,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 |
