diff options
4 files changed, 18 insertions, 1 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 4ccb9788..a47c5b67 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -260,7 +260,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 |
