diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index 01dd8bdee..6964c6f2e 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -19,6 +19,9 @@ restrictions: - "^release-" usergroups: - "^release-" + - path: "sig-network/*.yaml" + channels: + - "^sig-network-.*$" - path: "sig-storage/*.yaml" channels: - "^sig-storage$" diff --git a/communication/slack-config/sig-network/OWNERS b/communication/slack-config/sig-network/OWNERS new file mode 100644 index 000000000..77368f2df --- /dev/null +++ b/communication/slack-config/sig-network/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +reviewers: + - sig-network-leads +approvers: + - sig-network-leads +labels: + - sig/network diff --git a/communication/slack-config/sig-network/config.yaml b/communication/slack-config/sig-network/config.yaml new file mode 100644 index 000000000..c3e410e8b --- /dev/null +++ b/communication/slack-config/sig-network/config.yaml @@ -0,0 +1,2 @@ +channels: + - name: sig-network-service-apis