* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
43 lines
2.5 KiB
Markdown
43 lines
2.5 KiB
Markdown
---
|
|
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" %}.
|
|

|
|
|
|
### Marking a notification as unread
|
|
|
|
{% data reusables.notifications.access_notifications %}
|
|
1. In the left sidebar, click **Read**.
|
|

|
|
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" %}.
|
|

|
|
|
|
### Marking all notifications as read
|
|
|
|
{% data reusables.notifications.access_notifications %}
|
|
1. In the upper right corner of the page, click **Mark all as read**.
|
|

|
|
|
|
### 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" %}.
|
|

|
|
|
|
### 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)"
|