diff options
| -rw-r--r-- | communication/slack-config/channels.yaml | 9 | ||||
| -rwxr-xr-x[-rw-r--r--] | communication/slack-config/restrictions.yaml | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | communication/slack-config/sig-docs/docs-channels.yaml | 8 |
3 files changed, 11 insertions, 8 deletions
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 index dbb7020f..a815989a 100644..100755 --- 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 index 8841bf1c..92b8fe34 100644..100755 --- 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 |
