Filtering email notifcations

We’re using gitlab to deploy SSL certs via and are using email notifications on push to keep everyone up to date on the progress. However, the key files are included in the email notification. Is there a way to selectively filter what is included in the email notification?

Hi @dbond8212
I suppose you have enabled the Emails on push under Integrations. When you edit the Integration settings, there is an option Disable code diffs.

Yes we have enabled the Emails on Push. The issue is that most of the time we need to include the diffs. What I’m looking for is a way to NOT include certain diffs pertaining to secrets and key files hopefully by using regex.

I don’t think that is possible out of the box.