Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix length validation for slack_channel column to adapt # symbol #61

Merged
merged 1 commit into from
May 22, 2017

Conversation

makimoto
Copy link
Contributor

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.


@cookpad/dev-infra 👓 ?

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.
Copy link
Member

@eisuke eisuke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@makimoto makimoto merged commit c1bc666 into cookpad:master May 22, 2017
@makimoto makimoto deleted the slack-hash branch May 22, 2017 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants