some minor edits and bug fixes
This commit is contained in:
@@ -46,16 +46,19 @@ When you unsubscribe from notifications in your inbox, they will automatically d
|
||||
{% data reusables.notifications.access_notifications %}
|
||||
1. From the notifications inbox, select the notifications you want to unsubscribe to.
|
||||
2. Click **Unsubscribe.**
|
||||

|
||||
|
||||

|
||||
|
||||
## Unsubscribing from notifications on the subscriptions page
|
||||
|
||||
{% data reusables.notifications.access_notifications %}
|
||||
1. In the left sidebar, under the list of repositories, use the "Manage notifications" drop-down to click **Subscriptions**.
|
||||

|
||||
|
||||

|
||||
|
||||
2. Select the notifications you want to unsubscribe to. In the top right, click **Unsubscribe.**
|
||||

|
||||
|
||||

|
||||
|
||||
## Unwatching repositories
|
||||
|
||||
@@ -63,22 +66,26 @@ When you unwatch a repository, you unsubscribe from future updates from that rep
|
||||
|
||||
{% data reusables.notifications.access_notifications %}
|
||||
1. In the left sidebar, under the list of repositories, use the "Manage notifications" drop-down to click **Watched repositories**.
|
||||

|
||||
|
||||

|
||||
|
||||
2. On the watched repositories page, after you've evaluated the repositories you're watching, choose whether to:
|
||||
{% ifversion fpt or ghes > 3.0 or ghae or ghec %}
|
||||
- Unwatch a repository
|
||||
- Ignore all notifications for a repository
|
||||
- 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 
|
||||
{%- ifversion fpt or ghes > 3.0 or ghae or ghec %}
|
||||
- Unwatch a repository
|
||||
- Ignore all notifications for a repository
|
||||
- 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 %}
|
||||
{%- ifversion fpt or ghec %}
|
||||
3. 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 option to unwatch all repositories is only available if you are watching all activity on over 30 repositories. If custom notifications are set up, or if you are only watching participating or @mention activity, the option may not be available.
|
||||
|
||||
{% note %}
|
||||

|
||||
|
||||
**Note:** The option to unwatch all repositories owned by a given user or organization is only available if you are watching all activity on over 30 repositories. If custom notifications are setup, or if you are only watching participating or @mention activity, the option may not be available.
|
||||
- Click **Unwatch** to confirm that you want to unwatch the repositories owned by the selected user or organization, or click **Cancel** to cancel.
|
||||
|
||||
{% endnote %}
|
||||

|
||||
|
||||
{% endif %}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{%- 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 -->
|
||||
{%- else %}issues, pull requests, releases, or discussions<!-- `else` statement probably not picked up by GHES 3.1 deprecation script. Will need to review here -->
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user