diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-06-21 17:36:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-21 17:36:11 -0700 |
| commit | 9a0bfe71445a9cb0ffe14eb5ad9109239a9c3c21 (patch) | |
| tree | 4377c08d72705e70e55fa2132781ec9e0c6c4dce | |
| parent | 46683e37b213a59d72133f49496faab0c7a35a27 (diff) | |
| parent | dda6fc659db014478db1e27b8967c91cc635107f (diff) | |
Merge pull request #3830 from justaugustus/rel-slack-teams
slack: Fix channel auto-joins for release-managers usergroup
| -rw-r--r-- | communication/slack-config/usergroups.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/communication/slack-config/usergroups.yaml b/communication/slack-config/usergroups.yaml index 49b6b934..321320e2 100644 --- a/communication/slack-config/usergroups.yaml +++ b/communication/slack-config/usergroups.yaml @@ -5,7 +5,7 @@ usergroups: long_name: Release Managers description: Release Managers. Ping for questions on branch cuts and building/packaging Kubernetes. channels: - - release-managers + - release-management - sig-release members: - aleksandra-malinowska |
