diff options
| author | Stephen Augustus <saugustus@vmware.com> | 2020-04-15 16:12:15 -0400 |
|---|---|---|
| committer | Stephen Augustus <saugustus@vmware.com> | 2020-04-16 18:14:10 -0400 |
| commit | 40dfdf39de3a124fe5eae9bdef850e58e32686a0 (patch) | |
| tree | c693b48c042bf261161ad4687d82e104ef62f461 | |
| parent | e8fd6d82be3a469845fcaf7c2d54517ccc922cbf (diff) | |
slack-config/sig-arch: Rename sig-pm channel to enhancements
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
| -rw-r--r-- | communication/slack-config/channels.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/restrictions.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/sig-architecture/config.yaml | 2 | ||||
| -rw-r--r-- | sig-architecture/README.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
5 files changed, 7 insertions, 1 deletions
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:** @@ -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 |
