From a687d9fdac14dae5cc9f4bdc186d6879cca5a6c6 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Thu, 11 Apr 2024 10:23:07 -0500 Subject: [PATCH] Delete infrequently used variables (#50090) --- .../setting-up-notifications/configuring-notifications.md | 2 +- data/variables/notifications.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 data/variables/notifications.yml diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md index eaf224523c9c..d922620508ba 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md @@ -129,7 +129,7 @@ Email notifications from {% data variables.location.product_location %} contain | --- | --- | | `From` address | This address will always be {% ifversion fpt or ghec %}'`notifications@github.com`'{% else %}'the no-reply email address configured by your site administrator'{% endif %}. | | `To` field | This field connects directly to the thread. If you reply to the email, you'll add a new comment to the conversation. | -| `Cc` address | {% data variables.product.product_name %} will `Cc` you if you're subscribed to a conversation. The second `Cc` email address matches the notification reason. The suffix for these notification reasons is {% data variables.notifications.cc_address %}. The possible notification reasons are: | +| `Cc` address | {% data variables.product.product_name %} will `Cc` you if you're subscribed to a conversation. The second `Cc` email address matches the notification reason. The suffix for these notification reasons is {% ifversion fpt or ghec %}`@noreply.github.com`{% else %}based on the no-reply email address configured by your site administrator{% endif %}. The possible notification reasons are: | | `List-Id` field | This field identifies the name of the repository and its owner. The format of this address is always `OWNER/REPOSITORY `, e.g. `List-Id: grain-lang/grain `. | | `X-GitHub-Severity` field | {% data reusables.repositories.security-alerts-x-github-severity %} The possible severity levels are:
  • `low`
  • `moderate`
  • `high`
  • `critical`
For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)." | diff --git a/data/variables/notifications.yml b/data/variables/notifications.yml deleted file mode 100644 index bc4b4d7f646a..000000000000 --- a/data/variables/notifications.yml +++ /dev/null @@ -1,5 +0,0 @@ -no_reply_address: >- - {% ifversion fpt or ghec %}`noreply@github.com`{% else %}the no-reply email address configured by your site administrator{% endif %} - -cc_address: >- - {% ifversion fpt or ghec %}`@noreply.github.com`{% else %}based on the no-reply email address configured by your site administrator{% endif %}