scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(service/testrun): Do not send a mention to yourself #425

Closed k0machi closed 3 months ago

k0machi commented 3 months ago

This commit checks whether or not a queued mention would be for the user writing the comment and prevent sending a notification for that mention.

Fixes #197