Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 15, 2026. It is now read-only.
This repository was archived by the owner on Aug 15, 2026. It is now read-only.
There was an error while loading. Please reload this page.
Right now the
pingandissuestriggers will fire if the bot is mentioned in the message, and anywhere in the message text contains the stringspingorissues, which can result in a lot of false positives.Update the
filtersfor 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.