* 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
31 lines
1.8 KiB
Markdown
31 lines
1.8 KiB
Markdown
---
|
|
title: Saving notifications for later
|
|
intro: You can save web notifications to follow up on them at a later time.
|
|
versions:
|
|
enterprise-server: <2.21
|
|
---
|
|
|
|
When you save a notification, it moves to the Saved for later tab on your notifications page. For more information, see "[About web notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-web-notifications)."
|
|
|
|
### Saving a notification for later
|
|
|
|
{% data reusables.notifications.access_notifications %}
|
|
1. In the list of notifications, find the notification you would like to save for later.
|
|
1. On the right side of the notification, click {% octicon "bookmark" aria-label="The bookmark button" %}.
|
|

|
|
{% data reusables.notifications.saved_for_late_sidebar %}
|
|
|
|
### Removing a saved notification
|
|
|
|
{% data reusables.notifications.access_notifications %}
|
|
{% data reusables.notifications.saved_for_late_sidebar %}
|
|
1. In your list of saved notifications, find the saved notification you would like to remove.
|
|
1. On the right side of the saved notification, click {% octicon "bookmark" aria-label="The bookmark button" %}.
|
|

|
|
|
|
### Further reading
|
|
|
|
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
|
|
- "[Accessing your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/accessing-your-notifications)"
|
|
- "[Marking notifications as read](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/marking-notifications-as-read)"
|