From 40dfdf39de3a124fe5eae9bdef850e58e32686a0 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 15 Apr 2020 16:12:15 -0400 Subject: slack-config/sig-arch: Rename sig-pm channel to enhancements Signed-off-by: Stephen Augustus --- communication/slack-config/channels.yaml | 1 - communication/slack-config/restrictions.yaml | 1 + communication/slack-config/sig-architecture/config.yaml | 2 ++ sig-architecture/README.md | 2 ++ sigs.yaml | 2 ++ 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 73f4d2de..7713093f 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -300,7 +300,6 @@ channels: - name: sig-network - name: sig-node - name: sig-node-rkt - - name: sig-pm - name: sig-scalability - name: sig-scheduling - name: sig-service-catalog diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index b8d5f737..af250f36 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -13,6 +13,7 @@ restrictions: - path: "sig-architecture/*.yaml" channels: - "^sig-architecture$" + - "^enhancements$" - "^k8s-code-organization$" - "^k8s-conformance$" - "^prod-readiness$" diff --git a/communication/slack-config/sig-architecture/config.yaml b/communication/slack-config/sig-architecture/config.yaml index fee41ae0..2d157772 100644 --- a/communication/slack-config/sig-architecture/config.yaml +++ b/communication/slack-config/sig-architecture/config.yaml @@ -1,5 +1,7 @@ channels: - name: sig-architecture + - name: enhancements + id: C1L57L91V - name: k8s-code-organization - name: k8s-conformance - name: prod-readiness diff --git a/sig-architecture/README.md b/sig-architecture/README.md index 44e42347..632fd220 100644 --- a/sig-architecture/README.md +++ b/sig-architecture/README.md @@ -79,6 +79,8 @@ The following [subprojects][subproject-definition] are owned by sig-architecture [Described below](#enhancements) - **Owners:** - https://raw.githubusercontent.com/kubernetes/enhancements/master/OWNERS +- **Contact:** + - Slack: [#enhancements](https://kubernetes.slack.com/messages/enhancements) ### production-readiness [Described below](#production-readiness) - **Owners:** diff --git a/sigs.yaml b/sigs.yaml index 41dd4e15..4ca9ca26 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -327,6 +327,8 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/testdata/OWNERS - name: enhancements description: '[Described below](#enhancements)' + contact: + slack: enhancements owners: - https://raw.githubusercontent.com/kubernetes/enhancements/master/OWNERS - name: production-readiness -- cgit v1.2.3