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