diff --git a/assets/images/help/notifications-v2/unsubscribe-from-all-repos.png b/assets/images/help/notifications-v2/unsubscribe-from-all-repos.png new file mode 100644 index 0000000000..1b2c36dc3d Binary files /dev/null and b/assets/images/help/notifications-v2/unsubscribe-from-all-repos.png differ diff --git a/assets/images/help/notifications-v2/unwatch-repo-dialog.png b/assets/images/help/notifications-v2/unwatch-repo-dialog.png new file mode 100644 index 0000000000..7adbdc09d9 Binary files /dev/null and b/assets/images/help/notifications-v2/unwatch-repo-dialog.png differ diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md index f989cb9be2..ebfa6f9054 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md @@ -23,7 +23,7 @@ To help you understand your subscriptions and decide whether to unsubscribe, see ## Choosing how to unsubscribe -To unwatch (or unsubscribe from) repositories quickly, go to the "Watched repositories" page, where you can see all repositories you're watching. For more information, see "[Unwatch a repository](#unwatch-a-repository)." +To unwatch (or unsubscribe from) repositories quickly, go to the "Watched repositories" page, where you can see all repositories you're watching. For more information, see "[Unwatching repositories](#unwatching-repositories)." To unsubscribe from multiple notifications at the same time, you can unsubscribe using your inbox or on the subscriptions page. Both of these options offer more context about your subscriptions than the "Watched repositories" page. @@ -57,7 +57,7 @@ When you unsubscribe from notifications in your inbox, they will automatically d 2. Select the notifications you want to unsubscribe to. In the top right, click **Unsubscribe.** ![Subscriptions page](/assets/images/help/notifications-v2/unsubscribe-from-subscriptions-page.png) -## Unwatch a repository +## Unwatching repositories When you unwatch a repository, you unsubscribe from future updates from that repository unless you participate in a conversation or are @mentioned. @@ -68,9 +68,11 @@ When you unwatch a repository, you unsubscribe from future updates from that rep {% ifversion fpt or ghes > 3.0 or ghae or ghec %} - Unwatch a repository - Ignore all notifications for a repository - - Customize the types of event you receive notifications for ({% data reusables.notifications-v2.custom-notification-types %}, if enabled) + - If enabled, customize the types of event you receive notifications for ({% data reusables.notifications-v2.custom-notification-types %} {% else %} - Unwatch a repository - Only watch releases for a repository - Ignore all notifications for a repository {% endif %} +3. It is also possible to unsubscribe from all repositories owned by a given user or organization. Use the "Unwatch All" drop-down to select one of the organizations whose repositories you'd like to unsubscribe from. ![Unwatch All button](/assets/images/help/notifications-v2/unsubscribe-from-all-repos.png) +4. This action will result in a dialog that confirms the decision to unwatch the repositories owned by the given user or organization ![dialog](/assets/images/help/notifications-v2/unwatch-repo-dialog.png) diff --git a/data/reusables/notifications-v2/custom-notification-types.md b/data/reusables/notifications-v2/custom-notification-types.md index af96a38c7e..8f379a14f6 100644 --- a/data/reusables/notifications-v2/custom-notification-types.md +++ b/data/reusables/notifications-v2/custom-notification-types.md @@ -1,5 +1,4 @@ -{%- ifversion fpt or ghes > 3.1 or ghae-issue-4910 %} -issues, pulls requests, releases, security alerts, or discussions +{%- ifversion fpt or ghes > 3.1 or ghae-issue-4910 %}issues, pulls requests, releases, security alerts, or discussions {%- else %}issues, pull requests, releases, or discussions {% endif %}