add unwatch multiple repos to docs
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 249 KiB |
BIN
assets/images/help/notifications-v2/unwatch-repo-dialog.png
Normal file
BIN
assets/images/help/notifications-v2/unwatch-repo-dialog.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
@@ -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.**
|
||||

|
||||
|
||||
## 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. 
|
||||
4. This action will result in a dialog that confirms the decision to unwatch the repositories owned by the given user or organization 
|
||||
|
||||
@@ -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 %}
|
||||
<!-- `else` statement probably not picked up by GHES 3.1 deprecation script. Will need to review here -->
|
||||
|
||||
Reference in New Issue
Block a user