diff options
| author | Roy Lenferink <lenferinkroy@gmail.com> | 2020-07-06 18:44:57 +0200 |
|---|---|---|
| committer | Roy Lenferink <lenferinkroy@gmail.com> | 2020-07-06 18:44:57 +0200 |
| commit | 655ec43b86a84f84dc137763172cd1d072483968 (patch) | |
| tree | a02048e16e114268cd61061e12baa7394c455a68 | |
| parent | 614a60473c188812abdf1465c78bc95cf32a3553 (diff) | |
Update sig-docs channel restriction to allow maintainers channels
| -rw-r--r-- | communication/slack-config/restrictions.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index b2598e2e..dbb7020f 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -21,7 +21,7 @@ restrictions: - "^enhancements-owners$" - path: "sig-docs/*.yaml" channels: - - "^kubernetes-docs-[a-z]{2}$" + - "^kubernetes-docs-[a-z]{2}(-maintainers)?$" - path: "sig-release/*.yaml" channels: - "^sig-release$" |
