Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix length validation for slack_channel column to adapt # symbol
Slack's channel length is up to 21 characters without `#` symbol at the head. However JobDefinition#slack_channel's maximum length is 21 with `#`. So I change the length to 22 characters to allow 21-character channel names.
- Loading branch information