Skip to main content

GitHub AE는 현재 제한된 릴리스 상태입니다.

리포지토리로의 푸시에 대한 메일 알림 정보

누군가가 리포지토리로 푸시할 때 자동으로 이메일 알림을 특정 이메일 주소로 보내도록 선택할 수 있습니다.

이 기능을 사용할 수 있는 사용자

People with admin permissions in a repository can enable email notifications for pushes to your repository.

Note: You'll only receive email notifications if outbound email support is enabled on your enterprise. For more information, contact your site administrator.

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 GitHub AE
  • 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 "Configuring notifications."

Enabling email notifications for pushes to your repository

  1. On your enterprise, navigate to the main page of the repository.
  2. Under your repository name, click Settings. If you cannot see the "Settings" tab, select the dropdown menu, then click Settings. Screenshot of a repository header showing the tabs. The "Settings" tab is highlighted by a dark orange outline.
  3. In the "Integrations" section of the sidebar, click Email notifications.
  4. In the "Address" field, 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.
  5. 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 GitHub AE.
  6. Click Setup notifications.

Further reading