summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Augustus <saugustus@vmware.com>2020-04-15 16:07:42 -0400
committerStephen Augustus <saugustus@vmware.com>2020-04-16 18:14:09 -0400
commite8fd6d82be3a469845fcaf7c2d54517ccc922cbf (patch)
tree7b15535d5616704e795279a8652483f370716fd5
parent6db14e7a520f98b2bb40fc032f1ffdc89987aede (diff)
slack-config: Create subdirectory for SIG Architecture
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
-rw-r--r--communication/slack-config/channels.yaml4
-rw-r--r--communication/slack-config/restrictions.yaml8
-rw-r--r--communication/slack-config/sig-architecture/OWNERS8
-rw-r--r--communication/slack-config/sig-architecture/config.yaml5
4 files changed, 21 insertions, 4 deletions
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