Disable notifications from a specific user/bot
We recently added the functionally for an internal application to automatically post health status updates as Merge Requests comments. We use a personal access token / bot user for this purpose, similarly to how the SonarQube GitLab integration works.
This is working great, however the status updates happen quite often and each new comment triggers an email notification, which quickly gets out of hand.
Is there a way to disable email notifications for activity caused by a specific user/bot?
(Tested using GitLab 15.9.3-ee)