diff options
| author | Roy Lenferink <lenferinkroy@gmail.com> | 2020-07-06 16:05:46 +0200 |
|---|---|---|
| committer | Roy Lenferink <lenferinkroy@gmail.com> | 2020-07-17 18:41:18 +0200 |
| commit | 0f33d141bb7ddd9b1494c4e45515e1a1bc1aa558 (patch) | |
| tree | 250c2ab18acf4a5d8ae8618e961db8ff5bcd5c4d | |
| parent | e383676851a57240b3be0b4d81eafd81348b46b0 (diff) | |
Move sig-docs channels to sig-docs/ subdirectory
| -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 |
