diff options
| author | Walter Fender <wfender@google.com> | 2019-10-23 13:13:38 -0700 |
|---|---|---|
| committer | Walter Fender <wfender@google.com> | 2019-10-24 12:46:56 -0700 |
| commit | 3453e7240b9557df07c717ae2ed45acffcdf5158 (patch) | |
| tree | 3bb5ac5448a8212eed62220960e6f11314b7376e | |
| parent | 9e3689677b59cfcdebd83a9955ba90dda591c9b1 (diff) | |
Moving all provider slack channels under sig-cloud-provider.
Follow up from discussion on pull 4178.
alpha sort.
| -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 |
