Skip to content

Commit

Permalink
fix: edit channel name regex to allow FEEL expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader committed Nov 21, 2022
1 parent c2e63d5 commit 81b12ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/slack/element-templates/slack-connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"constraints": {
"notEmpty": true,
"pattern": {
"value": "^[-_a-z0-9]{1,80}$",
"value": "^(=|[-_a-z0-9]{1,80}$)",
"message": "May contain up to 80 lowercase letters, digits, underscores, and dashes"
}
},
Expand Down

0 comments on commit 81b12ba

Please sign in to comment.