# How do I disable Git Notifications from Deployments?

**Author:** Ismael Rumzan

---

If your project is connected via a [Git Account](https://vercel.com/docs/git), you will receive email notifications whenever the [Deployment](https://vercel.com/docs/platform/deployments) has completed or errored. These notifications are managed by the respective **Git Provider**. We will describe below how to disable these notifications for each type of Git Account.

## GitHub

Log in to the [Github Account](https://vercel.com/docs/git/vercel-for-github) that is associated with your Vercel account for the respective [Team](https://vercel.com/docs/platform/users-and-teams) and [Project](https://vercel.com/docs/platform/projects). Then, follow these steps:

1. Go to the [Notifications page](https://github.com/settings/notifications) of your Github Settings.
   
2. Scroll to the section called **GitHub Actions**.
   
3. Uncheck the **Email** checkbox.
   

## Gitlab

Log in to the [Gitlab Account](https://vercel.com/docs/git/vercel-for-gitlab) that is associated with your Vercel account for the respective [Team](https://vercel.com/docs/platform/users-and-teams) and [Project](https://vercel.com/docs/platform/projects). Then, follow these steps:

1. Go to the [Notifications page](https://gitlab.com/-/profile/notifications) of your User Settings in Gitlab.
   
2. Go to the **Global notification level** section, click the drop-down and select **Custom** or you can also select **Disabled** to disable all notifications.
   
3. Make sure that **New Release** is unchecked if you have selected **Custom**.
   

## Bitbucket

Log in to the [Bitbucket Account](https://vercel.com/docs/git/vercel-for-bitbucket) that is associated with your Vercel account for the respective [Team](https://vercel.com/docs/platform/users-and-teams) and [Project](https://vercel.com/docs/platform/projects). Then, follow these steps:

1. Go to the [Notifications page](https://bitbucket.org/account/settings/notifications/) of your Account Settings in Bitbucket.
   
2. Make sure the Email is configured.
   
3. Click **Manage** to select which repositories you would like to watch/unwatch.
   
4. To select what notifications you would like to receive for a specific repository, go the source page of the repository that is connected to your Vercel project.
   
5. Click the 3 dots on the top right and select **notifications**. If the repository is set to be **unwatched**, you can leave it like this. To manage specific notifications, click the **watch this repository** button. If the repository is set to be **watched**, go to the next step.
   
6. Make sure that **Commits** is unchecked.
   

* * *

---

[View full KB sitemap](/kb/sitemap.md)
