Merge pull request #3656 from mrbobbytables/slack-channel-length

Add Slack channel name length restriction.
This commit is contained in:
Kubernetes Prow Robot 2019-04-29 17:01:35 -07:00 committed by GitHub
commit e88a515dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ management of Slack.
To add a channel, open a Pull Request (PR) updating the [slack-config].
- Add the channel to [channels.yaml] following the [Channel Documentation].
- Channel names must be 21 characters or less in length (Slack limit).
- Typical channel naming conventions follow:
- `#kubernetes-foo`
- `#sig-foo`