Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

about-email-notifications-for-pushes-to-your-repository.md 4.0 KB

You have to be logged in to leave a comment. Sign In
title intro permissions redirect_from versions
About email notifications for pushes to your repository You can choose to automatically send email notifications to a specific email address when anyone pushes to the repository. People with admin permissions in a repository can enable email notifications for pushes to your repository. [/articles/managing-notifications-for-pushes-to-a-repository/ /articles/receiving-email-notifications-for-pushes-to-a-repository/ /articles/about-email-notifications-for-pushes-to-your-repository/ /github/receiving-notifications-about-activity-on-github/about-email-notifications-for-pushes-to-your-repository] [{free-pro-team *} {enterprise-server *} {github-ae *}]

{% data reusables.notifications.outbound_email_tip %}

Each email notification for a push to a repository lists the new commits and links to a diff containing just those commits. In the email notification you'll see:

  • The name of the repository where the commit was made
  • The branch a commit was made in
  • The SHA1 of the commit, including a link to the diff in {% data variables.product.product_name %}
  • The author of the commit
  • The date when the commit was made
  • The files that were changed as part of the commit
  • The commit message

You can filter email notifications you receive for pushes to a repository. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"Configuring notifications{% else %}"About notification emails." You can also turn off email notifications for pushes. For more information, see "[Choosing the delivery method for your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications){% endif %}."

Enabling email notifications for pushes to your repository

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.sidebar-notifications %} 5. Type up to two email addresses, separated by whitespace, where you'd like notifications to be sent. If you'd like to send emails to more than two accounts, set one of the email addresses to a group email address. Email address textbox

  1. If you operate your own server, you can verify the integrity of emails via the Approved header. The Approved header is a token or secret that you type in this field, and that is sent with the email. If the Approved header of an email matches the token, you can trust that the email is from {% data variables.product.product_name %}. Email approved header textbox
  2. Click Setup notifications. Setup notifications button

Further reading

{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}

  • "About notifications" {% else %}
  • "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
  • "[Choosing the delivery method for your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications)"
  • "[About email notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-email-notifications)"
  • "[About web notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-web-notifications)"{% endif %}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...