diff options
| -rw-r--r-- | communication/slack-config/channels.yaml | 13 | ||||
| -rw-r--r-- | communication/slack-config/restrictions.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/sig-cloud-provider/config.yaml | 14 |
3 files changed, 15 insertions, 13 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index a47c5b67..51a2c7ab 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -26,18 +26,6 @@ channels: - name: cka-exam-prep - name: ckad-exam-prep - name: client-go-docs - - name: provider-aws - id: C0LRMHZ1T - - name: provider-azure - id: C5HJXTT9Q - - name: provider-gcp - id: C6WB33KNJ - - name: provider-ibmcloud - id: C90BWDWCE - - name: provider-openstack - id: C0LSA3T7C - - name: provider-vsphere - id: C9PGCDKV5 - name: cluster-addons - name: cluster-api - name: cluster-api-aws @@ -238,7 +226,6 @@ channels: - name: pr-reviews - name: prometheus - name: prometheus-operator - - name: provider-centurylink - name: prow - name: pt_br-users - name: rancher diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index fc040b5c..ff62c99e 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -26,5 +26,6 @@ restrictions: channels: - "^sig-cloud-provider$" - "^cloud-provider-extraction$" + - "^provider-" - "^apiserver-network-proxy$" - path: "**/*" # prevent any other file from containing anything diff --git a/communication/slack-config/sig-cloud-provider/config.yaml b/communication/slack-config/sig-cloud-provider/config.yaml index 86a2226c..e4881e6d 100644 --- a/communication/slack-config/sig-cloud-provider/config.yaml +++ b/communication/slack-config/sig-cloud-provider/config.yaml @@ -1,5 +1,19 @@ channels: - name: apiserver-network-proxy - name: cloud-provider-extraction + - name: provider-aws + id: C0LRMHZ1T + - name: provider-azure + id: C5HJXTT9Q + - name: provider-centurylink + id: C0P8MQUM9 + - name: provider-gcp + id: C6WB33KNJ + - name: provider-ibmcloud + id: C90BWDWCE + - name: provider-openstack + id: C0LSA3T7C + - name: provider-vsphere + id: C9PGCDKV5 - name: sig-cloud-provider id: C718BPBQ8 |
