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
Right now the ping and issues triggers will fire if the bot is mentioned in the message, and anywhere in the message text contains the strings ping or issues, which can result in a lot of false positives.
Update the filters for those triggers to check that the message equals exactly <@BOT-ID> ping (or issues) instead of using just CONTAINS.
Right now the
ping
andissues
triggers will fire if the bot is mentioned in the message, and anywhere in the message text contains the stringsping
orissues
, which can result in a lot of false positives.Update the
filters
for those triggers to check that the message equals exactly<@BOT-ID> ping
(orissues
) instead of using justCONTAINS
.Here are the Slack docs on trigger filters.
The text was updated successfully, but these errors were encountered: