1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/content/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories.md
Sarah Schneider f272eec944 Remove deprecated GHES versions from content and data (#15830)
* ran script/remove-unused-assets.js (manually removed unused variables printed by the script)

* package-lock

* turn elsif into two ifs to prepare for running Liquid deprecation script

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.14 (ONLY UPDATES LINE BREAKS ETC.)

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.15

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.17

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.18

* update hardcoded test

* Update content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* add currentVersion is NOT free-pro-team to conditional, to make sure the deprecation script does the right thing when it is time to deprecate 2.21

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2020-10-01 10:55:34 -04:00

3.0 KiB

title, intro, versions
title intro versions
Watching and unwatching repositories You can watch a repository to receive notifications for new pull requests and issues that are created. You can also unwatch a repository if you no longer want to receive notifications for that specific repository.
enterprise-server
<2.21

{% data reusables.notifications.auto-watch %} For more information, see "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)."

You can also watch and unwatch releases in a repository. For more information, see "[Watching and unwatching releases for a repository](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository)."

Watching all repositories that you have push access to

{% data reusables.notifications.access_watching %} 2. Click Watching. Listing of watched repositories 3. On the right side of the page, select Automatically watch. A checkbox for configuring watching repositories automatically

Watching a single repository

{% data reusables.repositories.navigate-to-repo %} 2. In the upper-right corner, click Watching from the "Watch" drop-down menu. Watch options in a drop-down menu for a repository

Unwatching all repositories that you have push access to

{% data reusables.notifications.access_watching %} 2. Click Watching. Listing of watched repositories 3. On the right side of the page, unselect Automatically watch. A checkbox for configuring watching repositories automatically

Unwatching a single repository

{% data reusables.repositories.navigate-to-repo %} 2. In the upper-right corner, click Unwatch from the "Watch" drop-down menu. Watch options in a drop-down menu for a repository

{% note %}

Note: You can also choose to ignore a repository. If you ignore a repository, you won't receive any notifications. We don't recommend ignoring repositories as you won't be notified if you're @mentioned. {% if currentVersion == "free-pro-team@latest" %}If you experiencing abuse and want to ignore a repository, please contact support so we can help. {% data reusables.policies.abuse %}{% endif %}

{% endnote %}

Further reading

  • "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)"
  • "[Listing the repositories you're watching](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching)"