devict / keeper

devICT Slack Bot
MIT License
2 stars 3 forks source link

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

Open sethetter opened 11 months ago

sethetter commented 11 months ago

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.

melicent commented 11 months ago

I'm interested in working on this (please let me, I'm a typescript noob)

sethetter commented 11 months ago

@melicent it's yours! :)