From e8fd6d82be3a469845fcaf7c2d54517ccc922cbf Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 15 Apr 2020 16:07:42 -0400 Subject: slack-config: Create subdirectory for SIG Architecture Signed-off-by: Stephen Augustus --- communication/slack-config/channels.yaml | 4 ---- communication/slack-config/restrictions.yaml | 8 ++++++++ communication/slack-config/sig-architecture/OWNERS | 8 ++++++++ communication/slack-config/sig-architecture/config.yaml | 5 +++++ 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 communication/slack-config/sig-architecture/OWNERS create mode 100644 communication/slack-config/sig-architecture/config.yaml diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 83f37b84..73f4d2de 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -116,8 +116,6 @@ channels: - name: jsonnet - name: k14s - name: kaniko - - name: k8s-code-organization - - name: k8s-conformance - name: k8s-dual-stack - name: k8s-infra-alerts - name: k8s-release @@ -256,7 +254,6 @@ channels: - name: pharmer - name: pl-users - name: pr-reviews - - name: prod-readiness - name: prometheus - name: prometheus-operator - name: prow @@ -278,7 +275,6 @@ channels: - name: shoutouts - name: sig-api-machinery - name: sig-apps - - name: sig-architecture - name: sig-auth - name: sig-autoscaling - name: sig-cli diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index 6964c6f2..b8d5f737 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -10,6 +10,14 @@ restrictions: - ".*" - path: template.yaml template: true + - path: "sig-architecture/*.yaml" + channels: + - "^sig-architecture$" + - "^k8s-code-organization$" + - "^k8s-conformance$" + - "^prod-readiness$" + usergroups: + - ".*" - path: "sig-docs/*.yaml" channels: - "^kubernetes-docs-[a-z]{2}$" diff --git a/communication/slack-config/sig-architecture/OWNERS b/communication/slack-config/sig-architecture/OWNERS new file mode 100644 index 00000000..b8c3d461 --- /dev/null +++ b/communication/slack-config/sig-architecture/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-architecture-leads +approvers: + - sig-architecture-leads +labels: + - sig/architecture diff --git a/communication/slack-config/sig-architecture/config.yaml b/communication/slack-config/sig-architecture/config.yaml new file mode 100644 index 00000000..fee41ae0 --- /dev/null +++ b/communication/slack-config/sig-architecture/config.yaml @@ -0,0 +1,5 @@ +channels: + - name: sig-architecture + - name: k8s-code-organization + - name: k8s-conformance + - name: prod-readiness -- cgit v1.2.3