We connected sonarcloud to Git Hub and enabled automatic scanning. Everything is smooth!
But, on each commit to PR, sonarbot sends email notifications that quality gates have passed.
Commit again? New email! Oh, you forgot this nasty “;” ? Here is one more email to your already overflowed inbox.
How can we configure Sonarcloud to send notifications only on failed checks?
In fact, the notification is for a change in Quality Gate status. So you only get a success email if the previous status was fail. And vice versa.
Perhaps you want to disable the individual email notification and just rely in your Quality Gate status being reported back to your DevOps platform, instead?