Update Slack regex again (#169)
* DEV: Update Slack regex for workflows meta: https://meta.discourse.org/t/slack-outgoing-wehhook-format/270208/5 * DEV: Update Slack regex to account for typo
This commit is contained in:
parent
9b8c38963c
commit
6cb67cda8d
|
@ -23,7 +23,7 @@ chat_integration:
|
|||
default: 400
|
||||
chat_integration_slack_outbound_webhook_url:
|
||||
default: ''
|
||||
regex: '^https:\/\/hooks\.slack\.com\/(services|workflow)\/.+$'
|
||||
regex: '^https:\/\/hooks\.slack\.com\/(services|workflows)\/.+$'
|
||||
chat_integration_slack_icon_url:
|
||||
default: ''
|
||||
chat_integration_slack_transcript_quote:
|
||||
|
|
Loading…
Reference in New Issue