From 72406fa286e5bee0533344b9d37616e601c4975f Mon Sep 17 00:00:00 2001 From: Walter Fender Date: Wed, 16 Oct 2019 15:12:49 -0700 Subject: Adding slack channels and owners for the cloud provider SIG. Fixed restrictions for sig-cloud-provider channels. Remove old ref to channel and set id on new one. --- communication/slack-config/channels.yaml | 1 - communication/slack-config/restrictions.yaml | 5 +++++ communication/slack-config/sig-cloud-provider/OWNERS | 8 ++++++++ communication/slack-config/sig-cloud-provider/config.yaml | 5 +++++ 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 communication/slack-config/sig-cloud-provider/OWNERS create mode 100644 communication/slack-config/sig-cloud-provider/config.yaml diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 414b243c..2facc188 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -259,7 +259,6 @@ channels: - name: sig-auth - name: sig-autoscaling - name: sig-cli - - name: sig-cloud-provider - name: sig-clstr-life-leads - name: sig-cluster-lifecycle - name: sig-cluster-ops diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index b5948281..fc040b5c 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -22,4 +22,9 @@ restrictions: - "^sig-storage$" - "^csi$" - "^csi-" + - path: "sig-cloud-provider/*.yaml" + channels: + - "^sig-cloud-provider$" + - "^cloud-provider-extraction$" + - "^apiserver-network-proxy$" - path: "**/*" # prevent any other file from containing anything diff --git a/communication/slack-config/sig-cloud-provider/OWNERS b/communication/slack-config/sig-cloud-provider/OWNERS new file mode 100644 index 00000000..5c714da0 --- /dev/null +++ b/communication/slack-config/sig-cloud-provider/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-cloud-provider-leads +approvers: + - sig-cloud-provider-leads +labels: + - sig/cloud-provider diff --git a/communication/slack-config/sig-cloud-provider/config.yaml b/communication/slack-config/sig-cloud-provider/config.yaml new file mode 100644 index 00000000..86a2226c --- /dev/null +++ b/communication/slack-config/sig-cloud-provider/config.yaml @@ -0,0 +1,5 @@ +channels: + - name: apiserver-network-proxy + - name: cloud-provider-extraction + - name: sig-cloud-provider + id: C718BPBQ8 -- cgit v1.2.3