From 89c684bfe154199d17d8fa834bec2a0a8595d4dc Mon Sep 17 00:00:00 2001 From: Winnie Li Date: Fri, 10 Sep 2021 10:14:28 -0400 Subject: [PATCH] Add billing email notification section for Actions, Packages, and Codespaces (#21265) * added email notifications section for Actions * added email notifications section for Packages * added email notifications section for codespaces * Create and use reusable Co-authored-by: Ethan P <56270045+ethanpalm@users.noreply.github.com> --- .../managing-your-spending-limit-for-github-actions.md | 4 ++++ .../managing-spending-limits-for-codespaces.md | 3 +++ .../managing-your-spending-limit-for-github-packages.md | 3 +++ data/reusables/billing/email-notifications.md | 3 +++ 4 files changed, 13 insertions(+) create mode 100644 data/reusables/billing/email-notifications.md diff --git a/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md b/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md index 00fa4de6b7..b24066e4c3 100644 --- a/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md +++ b/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md @@ -60,3 +60,7 @@ Enterprise owners and billing managers can manage the spending limit for {% data ![Spending limit tab](/assets/images/help/settings/spending-limit-tab-enterprise.png) {% data reusables.dotcom_billing.monthly-spending-limit %} {% data reusables.dotcom_billing.update-spending-limit %} + + +## Managing usage and spending limit email notifications +{% data reusables.billing.email-notifications %} diff --git a/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md b/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md index 47be49a20e..ac3f5700e0 100644 --- a/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md @@ -45,3 +45,6 @@ Enterprise owners and billing managers can manage the spending limit for {% data ![Spending limit tab](/assets/images/help/settings/spending-limit-tab-enterprise.png) {% data reusables.dotcom_billing.monthly-spending-limit %} {% data reusables.dotcom_billing.update-spending-limit %} + +## Managing usage and spending limit email notifications +{% data reusables.billing.email-notifications %} diff --git a/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md b/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md index 0f81476192..3af7755c86 100644 --- a/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md +++ b/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md @@ -60,3 +60,6 @@ Enterprise owners and billing managers can manage the spending limit for {% data ![Spending limit tab](/assets/images/help/settings/spending-limit-tab-enterprise.png) {% data reusables.dotcom_billing.monthly-spending-limit %} {% data reusables.dotcom_billing.update-spending-limit %} + +## Managing usage and spending limit email notifications +{% data reusables.billing.email-notifications %} diff --git a/data/reusables/billing/email-notifications.md b/data/reusables/billing/email-notifications.md new file mode 100644 index 0000000000..003ecb42fe --- /dev/null +++ b/data/reusables/billing/email-notifications.md @@ -0,0 +1,3 @@ +Email notifications are sent to account owners and billing managers when spending reaches 50%, 75%, and 90% of your account's included usage and when spending reaches 50%, 75%, and 90% of your account's spending limit. + +You can disable these notifications anytime by navigating to the bottom of the **Spending Limit** page. \ No newline at end of file