Skip to content

Commit

Permalink
Merge branch '2.0.x' into backport-multiple-workers
Browse files Browse the repository at this point in the history
  • Loading branch information
rasabot authored Nov 10, 2020
2 parents 1c224ef + fd6275c commit a5edd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rasa/core/channels/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ def _raise_deprecation_warnings(self) -> None:
rasa.shared.utils.io.raise_deprecation_warning(
"Your slack bot is missing a configured signing secret. Running a "
"bot without a signing secret is deprecated and will be removed in "
"the next release (2.1.0). You should add a `slack_signing_secret` "
"the next release (2.2.0). You should add a `slack_signing_secret` "
"parameter to your channel configuration.",
warn_until_version="2.1.0",
warn_until_version="2.2.0",
docs=DOCS_URL_CONNECTORS_SLACK,
)

Expand Down

0 comments on commit a5edd92

Please sign in to comment.