From 0f33d141bb7ddd9b1494c4e45515e1a1bc1aa558 Mon Sep 17 00:00:00 2001 From: Roy Lenferink Date: Mon, 6 Jul 2020 16:05:46 +0200 Subject: Move sig-docs channels to sig-docs/ subdirectory --- communication/slack-config/channels.yaml | 9 +-------- communication/slack-config/restrictions.yaml | 2 ++ communication/slack-config/sig-docs/docs-channels.yaml | 8 ++++++++ 3 files changed, 11 insertions(+), 8 deletions(-) mode change 100644 => 100755 communication/slack-config/restrictions.yaml mode change 100644 => 100755 communication/slack-config/sig-docs/docs-channels.yaml diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index ff7a8756..8ea3f719 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -303,14 +303,7 @@ channels: archived: true - name: sig-contribex - name: sig-contribex-triage - - name: sig-docs - - name: sig-docs-blog - - name: sig-docs-maintainers - - name: sig-docs-modeling - - name: sig-docs-release - - name: sig-docs-security - archived: true - - name: sig-docs-tools + # sig-docs* channels are defined in sig-docs/ - name: sig-high-availability archived: true - name: sig-instrumentation diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml old mode 100644 new mode 100755 index dbb7020f..a815989a --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -22,6 +22,8 @@ restrictions: - path: "sig-docs/*.yaml" channels: - "^kubernetes-docs-[a-z]{2}(-maintainers)?$" + - "^sig-docs$" + - "^sig-docs-.*$" - path: "sig-release/*.yaml" channels: - "^sig-release$" diff --git a/communication/slack-config/sig-docs/docs-channels.yaml b/communication/slack-config/sig-docs/docs-channels.yaml old mode 100644 new mode 100755 index 8841bf1c..92b8fe34 --- a/communication/slack-config/sig-docs/docs-channels.yaml +++ b/communication/slack-config/sig-docs/docs-channels.yaml @@ -16,3 +16,11 @@ channels: - name: kubernetes-docs-be - name: kubernetes-docs-pl - name: kubernetes-docs-uk + - name: sig-docs + - name: sig-docs-blog + - name: sig-docs-maintainers + - name: sig-docs-modeling + - name: sig-docs-release + - name: sig-docs-security + archived: true + - name: sig-docs-tools -- cgit v1.2.3