I’m using gitlab.com and have automated project exports through the API. Every time an export completes, the system sends me an email though. I’m checking the status through the API call for this, so the emails are redundant and I would like to disable them. I don’t seem to find how though.
Does anybody know how to disable the email that is sent each time a project export is finished?
Hi,
i think u can Update global notification settings via api in your profile, and temporary sets to disabled, and re-enable on exports ends.
I’m using gitlab-project-export to automate export/import and disabling personal global notification works
(ofc you can disable notification even per project or group).