Skip to content

Make ping and issues triggers check for more specific messages #10

@sethetter

Description

@sethetter

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.

Here are the Slack docs on trigger filters.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions