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>
This commit is contained in:
@@ -31,5 +31,5 @@ Email notifications from {% data variables.product.product_name %} contain the f
|
||||
|
||||
- "[Listing the repositories you're watching](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching)"
|
||||
- "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)"
|
||||
- "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)"{% if currentVersion ver_gt "enterprise-server@2.17" %}
|
||||
- "[Creating gists](/articles/creating-gists)"{% endif %}
|
||||
- "[Subscribing to and unsubscribing from notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications)"
|
||||
- "[Creating gists](/articles/creating-gists)"
|
||||
|
||||
@@ -33,9 +33,8 @@ The notifications you receive will either be *participating* notifications or *w
|
||||
|
||||
#### Watching notifications
|
||||
|
||||
{% data variables.product.product_name %} sends *watching* notifications for updates in repositories or team discussions that you're watching. {% if currentVersion ver_gt "enterprise-server@2.17" %} {% data reusables.notifications.auto-watch %}For more information, see "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)."
|
||||
|
||||
{% endif %}You'll receive a notification when:
|
||||
{% data variables.product.product_name %} sends *watching* notifications for updates in repositories or team discussions that you're watching. {% data reusables.notifications.auto-watch %}For more information, see "[Watching and unwatching repositories](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories)."
|
||||
You'll receive a notification when:
|
||||
- An issue is opened.
|
||||
- A comment is added to an open issue.
|
||||
- A pull request is opened.
|
||||
|
||||
@@ -7,24 +7,15 @@ versions:
|
||||
|
||||
### Managing your notification settings for an issue or pull request
|
||||
|
||||
{% if currentVersion ver_lt "enterprise-server@2.18" %}When you subscribe to a conversation in an issue or pull request, you'll receive notifications for each update to the conversation even if you're not participating in the conversation.
|
||||
|
||||
When you unsubscribe from a conversation in an issue or pull request, you'll no longer receive notifications about the conversation. If you or a team you're a member of are @mentioned in the conversation, you'll begin receiving notifications again. For more information about @mentions, see "[Basic writing and formatting syntax](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams)."{% endif %}
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.sidebar-issue-pr %}
|
||||
3. Choose an issue or pull request to subscribe to.
|
||||
{% if currentVersion ver_gt "enterprise-server@2.17" %}
|
||||
4. In the right sidebar, click **Subscribe** or **Unsubscribe**.
|
||||

|
||||
5. To customize your notifications, click {% octicon "gear" aria-label="The gear icon" %}.
|
||||

|
||||
6. Select the type of notifications you want to receive for this conversation, then click **Save**.
|
||||

|
||||
{% else %}
|
||||
4. To subscribe or unsubscribe from a conversation, in the right sidebar, click **Subscribe** or **Unsubscribe**.
|
||||

|
||||
{% endif %}
|
||||
You can see a list of all the issues and pull requests you're subscribed to. For more information, see "[Listing the issues and pull requests you're subscribed to](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/listing-the-issues-and-pull-requests-youre-subscribed-to)."
|
||||
|
||||
### Subscribing to team discussions
|
||||
|
||||
@@ -5,9 +5,7 @@ versions:
|
||||
enterprise-server: <2.21
|
||||
---
|
||||
|
||||
{% if currentVersion ver_gt "enterprise-server@2.17" %}
|
||||
{% data reusables.notifications.auto-watch %} For more information, see "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)."
|
||||
{% endif %}
|
||||
|
||||
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)."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user