You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md
+23-11Lines changed: 23 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To help you understand your subscriptions and decide whether to unsubscribe, see
23
23
24
24
## Choosing how to unsubscribe
25
25
26
-
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)."
26
+
To unwatch (or unsubscribe from) repositories quickly, navigate to [github.com/watching](https://github.com/watching) to see all the repositories you're following. For more information, see "[Unwatching repositories](#unwatching-repositories)."
27
27
28
28
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.
29
29
@@ -57,20 +57,32 @@ When you unsubscribe from notifications in your inbox, they will automatically d
57
57
2. Select the notifications you want to unsubscribe to. In the top right, click **Unsubscribe.**
When you unwatch a repository, you unsubscribe from future updates from that repository unless you participate in a conversation or are @mentioned.
63
63
64
64
{% data reusables.notifications.access_notifications %}
65
65
1. In the left sidebar, under the list of repositories, use the "Manage notifications" drop-down to click **Watched repositories**.
66
+
66
67

68
+
67
69
2. On the watched repositories page, after you've evaluated the repositories you're watching, choose whether to:
68
-
{% ifversion fpt or ghes > 3.0 or ghae or ghec %}
69
-
- Unwatch a repository
70
-
- Ignore all notifications for a repository
71
-
- Customize the types of event you receive notifications for ({% data reusables.notifications-v2.custom-notification-types %}, if enabled)
72
-
{% else %}
73
-
- Unwatch a repository
74
-
- Only watch releases for a repository
75
-
- Ignore all notifications for a repository
76
-
{% endif %}
70
+
{%- ifversion fpt or ghes > 3.0 or ghae or ghec %}
71
+
- Unwatch a repository
72
+
- Ignore all notifications for a repository
73
+
- If enabled, customize the types of event you receive notifications for ({% data reusables.notifications-v2.custom-notification-types %})
74
+
{%- else %}
75
+
- Unwatch a repository
76
+
- Only watch releases for a repository
77
+
- Ignore all notifications for a repository
78
+
{%- endif %}
79
+
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5819 %}
80
+
1. Optionally, to unsubscribe from all repositories owned by a given user or organization, select the **Unwatch all** dropdown and click the organization whose repositories you'd like to unsubscribe from. The button to unwatch all repositories is only available if you are watching all activity or custom notifications on over 10 repositories.
81
+
82
+

83
+
84
+
- Click **Unwatch** to confirm that you want to unwatch the repositories owned by the selected user or organization, or click **Cancel** to cancel.
85
+
86
+

{%- ifversion fpt or ghes > 3.1 or ghae-issue-4910 %}
2
-
issues, pulls requests, releases, security alerts, or discussions
3
-
{%- else %}issues, pull requests, releases, or discussions
4
-
{% endif %}
5
-
<!-- `else` statement probably not picked up by GHES 3.1 deprecation script. Will need to review here -->
1
+
{%- ifversion fpt or ghes > 3.1 or ghae-issue-4910 %}issues, pull requests, releases, security alerts, or discussions
2
+
{%- else %}issues, pull requests, releases, or discussions<!-- `else` statement probably not picked up by GHES 3.1 deprecation script. Will need to review here -->
0 commit comments