1
0
mirror of synced 2025-12-22 03:16:52 -05:00

deprecate 2.20 version (#18354)

This commit is contained in:
Rachael Sewell
2021-03-23 12:38:04 -07:00
committed by GitHub
parent 5ee9bc0a9a
commit 0df04f99c5
20 changed files with 16 additions and 535 deletions

View File

@@ -23,8 +23,6 @@ versions:
{% link_in_list /managing-subscriptions-and-notifications-on-github %}
<!-- Notifications v1 -->
{% link_in_list /receiving-notifications-about-activity-on-github %}
{% link_in_list /setting-up-and-managing-organizations-and-teams %}
{% link_in_list /setting-up-and-managing-your-enterprise %}
{% link_in_list /setting-up-and-managing-billing-and-payments-on-github %}

View File

@@ -1,35 +0,0 @@
---
title: About email notifications
intro: 'When you enable email notifications, you will receive participating and watching notifications in your email client, and you can filter them using the email header information.'
versions:
enterprise-server: <2.21
---
For more information about the differences between *participating* and *watching* notifications, see "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)."
After enabling email notifications, {% data variables.product.product_name %} will send notifications to you as multipart emails that contain both HTML and plain text copies of the content. Email notification content includes any Markdown, @mentions, emojis, hash-links, and more, that appear in the original content on {% data variables.product.product_name %}. If you only want to see the text in the email, you can configure your email client to display the plain text copy only. For more information about enabling email notifications, 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)."
{% data reusables.notifications.outbound_email_tip %}
{% data reusables.notifications.shared_state %}
### Filtering email notifications
Each email notification that {% data variables.product.product_name %} sends contains header information. The header information in every email is consistent, so you can use it in your email client to filter or forward all {% data variables.product.product_name %} notifications, or certain types of {% data variables.product.product_name %} notifications.
Email notifications from {% data variables.product.product_name %} contain the following header information:
| Header | Information |
| --- | --- |
| `From` address | This address will always be 'the no-reply email address configured by your site administrator'. |
| `To` field | This field connects directly to the thread. If you reply to the email, you'll add a new comment to the conversation. |
| `Cc` address | {% data variables.product.product_name %} will `Cc` you if you're subscribed to a conversation. The second `Cc` email address matches the notification reason. The suffix for these notification reasons is {% data variables.notifications.cc_address %}. The possible notification reasons are: <ul><li>`assign`: You were assigned to an issue or pull request.</li><li>`author`: You created an issue or pull request.</li><li>`comment`: You commented on an issue or pull request.</li><li>`manual`: There was an update to an issue or pull request you manually subscribed to.</li><li>`mention`: You were mentioned on an issue or pull request.</li><li>`push`: Someone committed to a pull request you're subscribed to.</li><li>`review_requested`: You or a team you're a member of was requested to review a pull request.</li><li>`security_alert`: {% data variables.product.prodname_dotcom %} detected a vulnerability in a repository you receive security alerts for.</li><li>`state_change`: An issue or pull request you're subscribed to was either closed or opened.</li><li>`subscribed`: There was an update in a repository you're watching.</li><li>`team_mention`: A team you belong to was mentioned on an issue or pull request.</li><li>`your_activity`: You opened, commented on, or closed an issue or pull request.</li></ul> |
| `mailing list` field | This field identifies the name of the repository and its owner. The format of this address is always `<repository name>.<repository owner>.{% data variables.command_line.backticks %}`. {% if currentVersion ver_gt "enterprise-server@2.19" % %}
| `X-GitHub-Severity` field | {% data reusables.repositories.security-alerts-x-github-severity %} The possible severity levels are:<ul><li>`low`</li><li>`moderate`</li><li>`high`</li><li>`critical`</li></ul>For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)." |{% endif %}
### Further reading
- "[Listing the repositories you're watching](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching)"
- "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)"
- "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)"
- "[Creating gists](/articles/creating-gists)"

View File

@@ -1,55 +0,0 @@
---
title: About notifications
intro: 'Notifications provide updates about the activities and conversations you''re interested in. You can receive notifications on {% data variables.product.product_name %} or through your email client.'
versions:
enterprise-server: <2.21
---
### Types of notifications
The notifications you receive will either be *participating* notifications or *watching* notifications. Both types of notifications can be received as web notifications or email notifications. For more information, see:
- "[About web notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-web-notifications)"
- "[About email notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-email-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)"
{% data reusables.notifications.outbound_email_tip %}
{% data reusables.notifications.shared_state %}
#### Participating notifications
{% data variables.product.product_name %} sends *participating* notifications when you're directly involved in activities or conversations within a repository or a team you're a member of. You'll receive a notification when:
- You, or a team you're a member of, are mentioned. For more information, see "[Basic writing and formatting syntax](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams)."
- The parent team of a child team you're a member of is mentioned. For more information, see "[About teams](/articles/about-teams)."
- You're assigned to an issue or pull request.
- A comment is added in a conversation you're subscribed to.
- A commit is made to a pull request you're subscribed to.
- You open, comment on, or close an issue or pull request.
- A review is submitted that approves or requests changes to a pull request you're subscribed to.
- You, or a team you're a member of, are requested to review a pull request.
- You, or a team you're a member of, are the designated owner of a file and someone opens a pull request that changes that file. For more information, see "[About code owners](/articles/about-code-owners)."
- You create or reply to a team discussion.
#### Watching notifications
{% data variables.product.product_name %} sends *watching* notifications for updates in repositories or team discussions that you're watching. {% data reusables.notifications.auto-watch %}For more information, see "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)."
You'll receive a notification when:
- An issue is opened.
- A comment is added to an open issue.
- A pull request is opened.
- A comment is added to an open pull request.
- A comment is added to a commit.
- A release is published. For more information, see "[About releases](/articles/about-releases)." You can also only watch for releases published in a repository, rather than all updates to a repository. For more information, see "[Watching and unwatching releases for a repository](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository)."
- A review is submitted that approves or requests changes to a pull request.
- A team discussion post is created or replied to for a team you're watching.
- A team discussion post for a parent team of or a team you're a member of and watching, is opened, edited, or replied to. For more information, see "[Nested teams](/articles/about-teams/#nested-teams)."
You can also browse activity from people you follow, repositories you watch, and organizations you're a member of on your dashboard. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
### Further reading
- "[Listing the repositories you're watching](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching)"
- "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)"
- "[Watching and unwatching team discussions](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-team-discussions)"
- "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)"

View File

@@ -1,24 +0,0 @@
---
title: About web notifications
intro: 'If you''re receiving web notifications, you can view your participating and watching notifications on the notifications page on {% data variables.product.product_name %}.'
versions:
enterprise-server: <2.21
---
For more information about the differences between *participating* and *watching* notifications, see "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)."
When web notifications are enabled for your account, you can click an item on your notifications page and you will be redirected to the conversation the notification is referencing. For more information on enabling web notifications, 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)." For more information on accessing your notifications after enabling web notifications, see "[Accessing your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/accessing-your-notifications)."
{% data reusables.notifications.shared_state %}
From your notifications page, you can also mark notifications as read, save notifications for later, and unsubscribe from threads. For more information, see:
- "[Marking notifications as read](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/marking-notifications-as-read)"
- "[Saving notifications for later](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/saving-notifications-for-later)"
- "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)"
### Further reading
- "[Listing the repositories you're watching](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching)"
- "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)"
- "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)"

View File

@@ -1,25 +0,0 @@
---
title: Accessing your notifications
intro: 'Depending on how your notification delivery is set up, you can access your notifications on {% data variables.product.product_name %} or through your email client.'
versions:
enterprise-server: <2.21
---
### Accessing your web notifications
To access web notifications on {% data variables.product.product_name %}, you must have web notifications enabled. For more information, see "[About web notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-web-notifications)" and "[Choosing the delivery method for your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications)."
{% data reusables.notifications.access_notifications %}
2. In the left sidebar, to see all notifications for activity you're participating in, click **Participating**.
![Listing participating notifications](/assets/images/help/notifications/notifications_sidebar_participating.png)
3. In the left sidebar, click the name of a repository to see notifications for a specific repository.
![Listing individual repository notifications](/assets/images/help/notifications/notifications_sidebar_specific_repos.png)
### Accessing your email notifications
If you have email notifications set up, you can access your notifications through your email client. For more information on enabling email notifications, see "[About email notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-email-notifications)" and "[Choosing the delivery method for your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications)."
### Further reading
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
- "[Listing the repositories you're watching](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching)"

View File

@@ -1,49 +0,0 @@
---
title: Choosing the delivery method for your notifications
intro: 'You can receive your notifications on {% data variables.product.product_location %} or have them delivered through your email client.'
versions:
enterprise-server: <2.21
---
For personal accounts, notification emails are automatically sent to your default notification email.
{% data reusables.notifications.outbound_email_tip %}
### Choosing the delivery method for notifications about repository activity
{% data reusables.user_settings.access_settings %}
{% data reusables.user_settings.notifications %}
3. Configure how you would like to receive notifications you either participate in or watch by selecting the checkboxes:
- Selecting **Email** sends an email to your default notification email.
- Selecting **Web** allows you to access the notifications on {% data variables.product.product_location %}.
![Configuring notification settings](/assets/images/help/settings/ent-notifications-settings.png)
4. If you selected **Email** for conversations you're either participating in or watching, choose which updates you receive by selecting the checkboxes in the "Notification email" section:
- Select **Comments on Issues and Pull Requests** to receive an email when someone makes a comment in an issue or in the "Conversation" tab of a pull request.
- Select **Pull request reviews** to receive an email when someone makes a review comment in the "Files changed" tab of a pull request.
- Select **Pull request pushes** to receive an email when someone adds commits to a pull request that you're subscribed to.
- Select **Include your own updates** to receive an email when you open, comment on, or close an issue or pull request.
![Configuring email notification options](/assets/images/help/settings/email_notification_settings.png)
### Choosing the delivery method for security alerts for vulnerable dependencies
{% data reusables.repositories.security-alert-delivery-options %}
{% data reusables.repositories.enable-security-alerts %}
{% data reusables.user_settings.access_settings %}
{% data reusables.user_settings.notifications %}
3. Under "Security alerts", configure how you would like to receive notifications when {% data variables.product.product_name %} detects a vulnerable dependency in your repository:
![Options to configure notifications for security alerts](/assets/images/help/settings/vulnerability-alerts-options.png)
- Selecting **UI alerts** displays a banner in the {% data variables.product.product_name %} interface.
- Selecting **Command Line** displays warnings as a callback when you push to a repository with vulnerabilities.
- Selecting **Web** allows you to access the notifications on {% data variables.product.product_location %}.
- Selecting **Email each time a vulnerability is found** sends an email to your default notification email.
- Selecting **Email a digest summary of vulnerabilities** sends a digest email with a summary of up to 10 repositories' security alerts. Use the drop-down menu to choose to receive digest emails daily or weekly.
### Further reading
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-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)"
- "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)"
- "[Managing email preferences](/articles/managing-email-preferences)"

View File

@@ -1,8 +0,0 @@
---
title: Getting started with notifications
intro: 'Notifications help you keep track of the conversations and updates you''re interested in. You can receive notifications on {% data variables.product.product_name %} or through your email client for conversations you''re participating in or updates you''re watching.'
mapTopic: true
versions:
enterprise-server: <2.21
---

View File

@@ -1,23 +0,0 @@
---
title: Receiving notifications about activity on GitHub
versions:
enterprise-server: <2.21
---
### Table of Contents
{% topic_link_in_list /getting-started-with-notifications %}
{% link_in_list /about-notifications %}
{% link_in_list /about-web-notifications %}
{% link_in_list /about-email-notifications %}
{% link_in_list /accessing-your-notifications %}
{% link_in_list /choosing-the-delivery-method-for-your-notifications %}
{% topic_link_in_list /managing-your-notifications %}
{% link_in_list /marking-notifications-as-read %}
{% link_in_list /saving-notifications-for-later %}
{% link_in_list /subscribing-to-and-unsubscribing-from-notifications %}
{% link_in_list /listing-the-issues-and-pull-requests-youre-subscribed-to %}
{% link_in_list /watching-and-unwatching-repositories %}
{% link_in_list /watching-and-unwatching-releases-for-a-repository %}
{% link_in_list /watching-and-unwatching-team-discussions %}
{% link_in_list /listing-the-repositories-youre-watching %}

View File

@@ -1,24 +0,0 @@
---
title: Listing the issues and pull requests you're subscribed to
intro: 'You can see an overview of all the issues and pull requests you''re subscribed to, making it easier to navigate to conversations you''re interested in but have not received recent notifications about.'
versions:
enterprise-server: <2.21
---
The subscriptions list does not include every issue and pull request from repositories you're watching. You can manually subscribe to a specific issue or pull request to include it in your subscriptions list. For more information, see "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)" and "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)."
### Viewing a list of your subscriptions
1. In the upper-right corner of any page, click {% octicon "bell" aria-label="The notifications bell" %}. If you've disabled web notifications and you don't see the bell icon, you can navigate to <https://github.com/notifications/subscriptions>. 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)."
![Notification indicating any unread message](/assets/images/help/notifications/notifications_general_existence_indicator.png)
2. Click **Subscriptions**
![Subscriptions tab](/assets/images/help/notifications/subscriptions-tab.png)
### Unsubscribing from issues and pull requests
You can unsubscribe from issues and pull requests directly from your subscriptions list.
1. To the left of each issue or pull request you want to unsubscribe from, select the checkbox.
![Checkbox to unsubscribe](/assets/images/help/notifications/unsubscribe-checkbox.png)
2. In the upper-right corner of the page, click **Unsubscribe**.
![Unsubscribe button](/assets/images/help/notifications/unsubscribe-button.png)

View File

@@ -1,18 +0,0 @@
---
title: Listing the repositories you're watching
intro: You can get an overview of all the repositories you're watching so that you can easily remove any you're no longer interested in receiving notifications for.
versions:
enterprise-server: <2.21
---
{% data reusables.notifications.access_watching %}
2. Click **Watching** to view the list of repositories you're watching.
![Listing of watched repositories](/assets/images/help/notifications/notifications-watching-tab.png)
3. Click **Unwatch** or **Unwatch releases** next to the repository you're no longer interested in receiving notifications for.
### Further reading
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
- "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)"
- "[Viewing all of your issues and pull requests](/articles/viewing-all-of-your-issues-and-pull-requests)"

View File

@@ -1,8 +0,0 @@
---
title: Managing your notifications
intro: 'To make it easier to receive the notifications you''re interested in, you can mark notifications as read, subscribe and unsubscribe from notifications, and watch and unwatch repositories.'
mapTopic: true
versions:
enterprise-server: <2.21
---

View File

@@ -1,42 +0,0 @@
---
title: Marking notifications as read
intro: 'You can mark web notifications as read without reviewing them. If an update is made to the conversation, you''ll receive a new notification. You can also mark read notifications as unread, so you can easily find them again later.'
versions:
enterprise-server: <2.21
---
For more information about how to access your web notifications, see "[Accessing your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/accessing-your-notifications)."
### Marking a notification as read
{% data reusables.notifications.access_notifications %}
1. In the list of unread notifications, find the notification you would like to mark as read.
1. On the right side of the notification, click {% octicon "check" aria-label="The check symbol" %}.
![Button to mark a single notification as read](/assets/images/help/notifications/notifications_mark_individual_as_read.png)
### Marking a notification as unread
{% data reusables.notifications.access_notifications %}
1. In the left sidebar, click **Read**.
![All notifications button](/assets/images/help/notifications/sidebar_read_notifications.png)
1. In the list of read notifications, find the notification you would like to mark as unread.
1. On the right side of the notification, click {% octicon "dot-fill" aria-label="The dot symbol" %}.
![Button to mark a notification as read](/assets/images/help/notifications/notifications_mark_individual_as_unread.png)
### Marking all notifications as read
{% data reusables.notifications.access_notifications %}
1. In the upper right corner of the page, click **Mark all as read**.
![Button to mark all notifications as read](/assets/images/help/notifications/notifications_mark_all_as_read.png)
### Marking all notifications from a repository as read
{% data reusables.notifications.access_notifications %}
1. In the left sidebar, click the name of the repository for which you'd like to mark all notifications as read.
1. In the list of notifications, on the right side of the repository name, click {% octicon "check" aria-label="The check symbol" %}.
![Button to mark all notifications from a repository as read](/assets/images/help/notifications/notifications_repositories_mark_all_as_read.png)
### Further reading
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
- "[About web notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-web-notifications)"

View File

@@ -1,30 +0,0 @@
---
title: Saving notifications for later
intro: You can save web notifications to follow up on them at a later time.
versions:
enterprise-server: <2.21
---
When you save a notification, it moves to the Saved for later tab on your notifications page. For more information, see "[About web notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-web-notifications)."
### Saving a notification for later
{% data reusables.notifications.access_notifications %}
1. In the list of notifications, find the notification you would like to save for later.
1. On the right side of the notification, click {% octicon "bookmark" aria-label="The bookmark button" %}.
![Button to save a notification](/assets/images/help/notifications/save_notification.png)
{% data reusables.notifications.saved_for_late_sidebar %}
### Removing a saved notification
{% data reusables.notifications.access_notifications %}
{% data reusables.notifications.saved_for_late_sidebar %}
1. In your list of saved notifications, find the saved notification you would like to remove.
1. On the right side of the saved notification, click {% octicon "bookmark" aria-label="The bookmark button" %}.
![Button to remove saved notification](/assets/images/help/notifications/remove-saved-notification.png)
### Further reading
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
- "[Accessing your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/accessing-your-notifications)"
- "[Marking notifications as read](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/marking-notifications-as-read)"

View File

@@ -1,49 +0,0 @@
---
title: Subscribing to and unsubscribing from notifications
intro: 'You can subscribe to individual conversations in issues, pull requests, and team discussions, even if you''re not watching the repository or a member of the team where the conversation is occurring. If you''re no longer interested in a conversation, you can unsubscribe or customize the types of notifications you receive.'
versions:
enterprise-server: <2.21
---
### Managing your notification settings for an issue or pull request
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-issue-pr %}
3. Choose an issue or pull request to subscribe to.
4. In the right sidebar, click **Subscribe** or **Unsubscribe**.
![Conversation Subscribe button](/assets/images/help/notifications/subscribe_button_with_gear.png)
5. To customize your notifications, click {% octicon "gear" aria-label="The gear icon" %}.
![Gear button next to Conversation Subscribe](/assets/images/help/notifications/subscribe_button_with_gear_chosen.png)
6. Select the type of notifications you want to receive for this conversation, then click **Save**.
![Conversation Subscribe options list](/assets/images/help/notifications/subscribe_options.png)
You can see a list of all the issues and pull requests you're subscribed to. For more information, see "[Listing the issues and pull requests you're subscribed to](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-issues-and-pull-requests-youre-subscribed-to)."
### Subscribing to team discussions
{% data reusables.organizations.team-discussions-are-for-orgs %}
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.specific_team %}
5. On the team page, find the discussion you want to subscribe to.
6. In the top right corner of the discussion, click {% octicon "unmute" aria-label="The subscribe symbol" %} to subscribe to the discussion.
![Team discussion Subscribe button](/assets/images/help/notifications/team-discussion-subscribe-button.png)
### Unsubscribing from team discussions
{% data reusables.organizations.team-discussions-are-for-orgs %}
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.specific_team %}
5. On the team page, find the discussion you want to unsubscribe from.
6. In the top right corner of the discussion, click {% octicon "mute" aria-label="The unsubscribe symbol" %} to unsubscribe from the discussion.
![Team discussion Subscribe button](/assets/images/help/notifications/team-discussion-unsubscribe-button.png)
### Further reading
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
- "[About conversations on {% data variables.product.product_name %}](/articles/about-conversations-on-github)"
- "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)"
- "[Listing the repositories you're watching](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching)"

View File

@@ -1,25 +0,0 @@
---
title: Watching and unwatching releases for a repository
intro: You can watch releases in a repository to receive notifications when a new release is published without receiving notifications about other updates to the repository. You can also unwatch releases if you no longer want to receive notifications for new releases in a repository.
versions:
enterprise-server: <2.21
---
### Watching releases for a repository
{% data reusables.repositories.navigate-to-repo %}
2. In the upper-right corner, click **Releases only** from the "Watch" drop-down menu.
![Watch options in a drop-down menu for releases](/assets/images/help/notifications/watch-releases.png)
### Unwatching releases for a repository
{% data reusables.repositories.navigate-to-repo %}
2. In the upper-right corner, click **Not watching** from the "Watch" drop-down menu.
![Watch options in a drop-down menu for releases](/assets/images/help/notifications/unwatch-repository.png)
### Further reading
- "[About releases](/articles/about-releases)"
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
- "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)"

View File

@@ -1,49 +0,0 @@
---
title: Watching and unwatching repositories
intro: You can watch a repository to receive notifications for new pull requests and issues that are created. You can also unwatch a repository if you no longer want to receive notifications for that specific repository.
versions:
enterprise-server: <2.21
---
{% data reusables.notifications.auto-watch %} For more information, see "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)."
You can also watch and unwatch releases in a repository. For more information, see "[Watching and unwatching releases for a repository](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository)."
### Watching all repositories that you have push access to
{% data reusables.notifications.access_watching %}
2. Click **Watching**.
![Listing of watched repositories](/assets/images/help/notifications/notifications-watching-tab.png)
3. On the right side of the page, select **Automatically watch**.
![A checkbox for configuring watching repositories automatically](/assets/images/help/notifications/ent-automatically-watch-repos.png)
### Watching a single repository
{% data reusables.repositories.navigate-to-repo %}
2. In the upper-right corner, click **Watching** from the "Watch" drop-down menu.
![Watch options in a drop-down menu for a repository](/assets/images/help/notifications/watch-repository.png)
### Unwatching all repositories that you have push access to
{% data reusables.notifications.access_watching %}
2. Click **Watching**.
![Listing of watched repositories](/assets/images/help/notifications/notifications-watching-tab.png)
3. On the right side of the page, unselect **Automatically watch**.
![A checkbox for configuring watching repositories automatically](/assets/images/help/notifications/ent-automatically-watch-repos.png)
### Unwatching a single repository
{% data reusables.repositories.navigate-to-repo %}
2. In the upper-right corner, click **Unwatch** from the "Watch" drop-down menu.
![Watch options in a drop-down menu for a repository](/assets/images/help/notifications/unwatch-repository.png)
{% note %}
**Note:** You can also choose to ignore a repository. If you ignore a repository, you won't receive any notifications. We don't recommend ignoring repositories as you won't be notified if you're @mentioned. {% if currentVersion == "free-pro-team@latest" %}If you experiencing abuse and want to ignore a repository, please contact {% data variables.contact.contact_support %} so we can help. {% data reusables.policies.abuse %}{% endif %}
{% endnote %}
### Further reading
- "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)"
- "[Listing the repositories you're watching](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching)"

View File

@@ -1,62 +0,0 @@
---
title: Watching and unwatching team discussions
intro: You can watch a team to receive notifications for team discussions. You can unwatch a team if you no longer want to receive notifications for that team's discussions.
versions:
enterprise-server: <2.21
---
By default, you'll automatically receive notifications for team discussions you're a member of. If you don't want to receive certain notifications for an existing team discussion, you must unwatch that team. You can also unsubscribe or subscribe to specific team discussion posts. For more information, see "[About team discussions](/github/setting-up-and-managing-organizations-and-teams/about-team-discussions)" and "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)."
If you don't want to automatically watch team discussions when you become a member of new teams, you can update your automatic watching settings.
### Watching all team discussions for new teams you join
To automatically watch all team discussions for new teams you join, set your automatic watching notification settings.
{% note %}
**Note:** By default, this setting is set to **Automatically watching teams**.
{% endnote %}
{% data reusables.user_settings.access_settings %}
{% data reusables.user_settings.notifications %}
{% data reusables.user_settings.automatic_watching_box %} select **Automatically watch teams**.
![Checkbox for automatically watching teams](/assets/images/help/notifications/automatic-team-discussions-watching.png)
### Watching a single team's discussions
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.specific_team %}
{% data reusables.organizations.watch-team-options %} click **Watch** to open your notifications options. Then click **Watching**.
![Watch options in a drop-down menu for a specific team](/assets/images/help/notifications/specific-team-watch-options.png)
### Unwatching team discussions for all new teams you join
If you don't want to automatically receive team discussion notifications when you join a team, you can change your notification settings to unwatch all new teams you join.
{% data reusables.user_settings.access_settings %}
{% data reusables.user_settings.notifications %}
{% data reusables.user_settings.automatic_watching_box %} unselect **Automatically watch teams**.
![Automatically watching teams setting selected by default](/assets/images/help/notifications/automatic-team-discussions-watching.png)
### Unwatching a single team's discussions
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.specific_team %}
{% data reusables.organizations.watch-team-options %} click **Unwatch** to open your notifications options. Then click **Not watching**.
![Watch options in a drop-down menu for a specific team](/assets/images/help/notifications/specific-team-unwatch.png)
{% note %}
**Note:** You can also choose to ignore a team's notifications. If you ignore a team, you won't receive any notifications. We don't recommend ignoring teams as you won't be notified if you're @mentioned.
{% endnote %}
### Further reading
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
- "[About team discussions](/github/setting-up-and-managing-organizations-and-teams/about-team-discussions)"
- "[About teams](/articles/about-teams)"