The email notifications users receive for PRs are sent from the repository provider, not CodeScene. Based on the provider you use, the steps to disable the option are different:
- GitHub - to disable this option open your GitHub profile go to Profile Settings -> Notifications -> Customize Email Updates and uncheck the 'Includes your own updates' option:
- GitLab - to turn off this option you should navigate to GitLab Profile -> Notifications section and adjust Global Notification Level:
You can choose between these options based on what you need. You can configure it on the global level but also specify it differently on the Group and Projects Level: - BitBucket - no option specifically controls whether you receive emails for actions you initiate, such as your pull requests or comments. There are two options you could consider:
- To disable all email notifications, navigate to Personal BitBucket Settings -> Notifications and select the option 'Disable email notifications'
- To unwatch a specific repository, go to the Repository -> Repository's Overview -> Watch button and select the 'Unwatch' option from the dropdown. By doing this, you will no longer get email notifications or updates from that repository.
- To disable all email notifications, navigate to Personal BitBucket Settings -> Notifications and select the option 'Disable email notifications'
- Azure DevOps - you can manage email notifications, including whether to receive updates for your actions, like work item changes. Go to User Settings → Notifications, and configure rules for events like pull requests, code reviews, and pipelines. For more details, check the relevant documentation here.