You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slack bot token regex need to be changed to - "Slack Bot Token": regexp.MustCompile(xoxb\-[0-9]{10,13}[a-zA-Z0-9\-]*) which captures the old format also.
We can also implement the v1/v2 thing if that is what you have in mind but this seems more reasonable to me.
The text was updated successfully, but these errors were encountered:
slack bot token regex need to be changed to - "Slack Bot Token": regexp.MustCompile(
xoxb\-[0-9]{10,13}[a-zA-Z0-9\-]*
) which captures the old format also.We can also implement the v1/v2 thing if that is what you have in mind but this seems more reasonable to me.
The text was updated successfully, but these errors were encountered: