Skip to content

Commit df20305

Browse files
Merge branch 'main' into norwd-patch-2
2 parents 1bdd8dd + 5a4867d commit df20305

File tree

68 files changed

+680
-305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+680
-305
lines changed

.github/workflows/repo-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- name: Sync repo to branch
2929
uses: repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88
3030
with:
31-
source_repo: https://${{ secrets.DOCS_BOT_PAT_BASE }}@github.com/github/${{ github.repository == 'github/docs-internal' && 'docs' || 'docs-internal' }}.git
31+
source_repo: https://${{ secrets.DOCS_BOT_PAT_REPO_SYNC }}@github.com/github/${{ github.repository == 'github/docs-internal' && 'docs' || 'docs-internal' }}.git
3232
source_branch: main
3333
destination_branch: repo-sync
34-
github_token: ${{ secrets.DOCS_BOT_PAT_BASE }}
34+
github_token: ${{ secrets.DOCS_BOT_PAT_REPO_SYNC }}
3535

3636
- name: Ship pull request
3737
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0
3838
with:
39-
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
39+
github-token: ${{ secrets.DOCS_BOT_PAT_REPO_SYNC }}
4040
result-encoding: string
4141
script: |
4242
const { owner, repo } = context.repo
Loading
Loading
Loading

content/admin/data-residency/network-details-for-ghecom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you use Azure private networking for {% data variables.product.company_short
7373

7474
| Runner type | Supported regions |
7575
| ----------- | ----------------- |
76-
| x64 | `francecentral`, `swedencentral`, `germanywestcentral` |
76+
| x64 | `francecentral`, `swedencentral`, `germanywestcentral`, `northeurope` |
7777
| arm64 | `francecentral`, `northeurope`, `germanywestcentral` |
7878
| GPU | `italynorth`, `swedencentral` |
7979

@@ -83,7 +83,7 @@ If you use Azure private networking for {% data variables.product.company_short
8383
| ----------- | ----------------- |
8484
| x64 | `australiaeast`, `australiacentral` |
8585
| arm64 | `australiaeast`, `australiacentral` |
86-
| GPU | N/A |
86+
| GPU | `australiaeast`, `australiacentral` |
8787

8888
### Supported regions in the US
8989

content/billing/managing-billing-for-your-products/managing-billing-for-github-actions/viewing-your-github-actions-usage.md

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ topics:
1717
shortTitle: View your Actions usage
1818
---
1919

20-
{% data reusables.billing.enhanced-billing-platform %}
21-
2220
You can also view the billable job execution minutes for an individual workflow run. For more information, see [AUTOTITLE](/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time).
2321

2422
## Viewing {% data variables.product.prodname_actions %} usage for your personal account
@@ -27,50 +25,26 @@ Anyone can view {% data variables.product.prodname_actions %} usage for their ow
2725

2826
{% data reusables.user-settings.access_settings %}
2927
{% data reusables.user-settings.billing_plans %}
30-
{% data reusables.dotcom_billing.actions-minutes %}
31-
{% data reusables.dotcom_billing.actions-packages-storage %}
32-
{% data reusables.dotcom_billing.actions-packages-report-download %}
28+
{% data reusables.dotcom_billing.actions-view-usage %}
29+
{% data reusables.dotcom_billing.actions-report-download %}
3330

3431
## Viewing {% data variables.product.prodname_actions %} usage for your organization
3532

36-
{% ifversion billing-beta-enterprise %}
37-
38-
> [!NOTE]
39-
> If your organization belongs to an enterprise enrolled in the Billing {% data variables.release-phases.private_preview %} for {% data variables.product.prodname_actions %}, you will not see {% data variables.product.prodname_actions %} usage on the existing billing pages.
40-
41-
{% endif %}
42-
4333
Organization owners and billing managers can view {% data variables.product.prodname_actions %} usage for an organization. For organizations managed by an enterprise account, only the organization owners can view {% data variables.product.prodname_actions %} usage in the organization billing page.
4434

4535
{% data reusables.organizations.billing-settings %}
46-
{% data reusables.dotcom_billing.actions-minutes %}
47-
{% data reusables.dotcom_billing.actions-packages-storage %}
48-
{% data reusables.dotcom_billing.actions-packages-report-download-org-account %}
36+
{% data reusables.dotcom_billing.actions-view-usage %}
37+
{% data reusables.dotcom_billing.actions-report-download-org-account %}
4938

5039
{% ifversion ghec %}
5140

5241
## Viewing {% data variables.product.prodname_actions %} usage for your enterprise account
5342

54-
{% ifversion billing-beta-enterprise %}
55-
56-
> [!NOTE]
57-
> If your enterprise is enrolled in the Billing {% data variables.release-phases.private_preview %} for {% data variables.product.prodname_actions %}, you will not see {% data variables.product.prodname_actions %} usage on the existing billing pages.
58-
59-
{% endif %}
60-
6143
Enterprise owners and billing managers can view {% data variables.product.prodname_actions %} usage for an enterprise account.
6244

63-
> [!NOTE]
64-
> Billing details for enterprise accounts don't summarize the usage minutes for each operating system. {% data reusables.actions.enterprise-billing-details %}
65-
6645
{% data reusables.enterprise-accounts.access-enterprise %}
67-
{% data reusables.enterprise-accounts.settings-tab %}
6846
{% data reusables.enterprise-accounts.billing-tab %}
69-
1. Under "Actions monthly usage," view your usage minutes.
70-
71-
You can expand this section to show a breakdown of the usage by runner type.
47+
{% data reusables.dotcom_billing.actions-view-usage %}
48+
{% data reusables.enterprise-accounts.actions-report-download-enterprise-accounts %}
7249

73-
1. Under your usage minutes, view details of usage of data transfer by each organization in your enterprise account.
74-
{% data reusables.dotcom_billing.actions-packages-storage-enterprise-account %}
75-
{% data reusables.enterprise-accounts.actions-packages-report-download-enterprise-accounts %}
7650
{% endif %}

content/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md

Lines changed: 8 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -14,48 +14,22 @@ redirect_from:
1414
- /billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage
1515
---
1616

17-
{% data reusables.billing.enhanced-billing-platform %}
18-
1917
## Viewing {% data variables.product.prodname_github_codespaces %} usage for your personal account
2018

21-
You can see how much of the usage included in your personal account you have used so far in the current monthly billing cycle. If you have set up a payment method, set a spending limit, and used all of your included usage, you can also check your bill for the current month.
19+
Anyone can view {% data variables.product.prodname_github_codespaces %} usage for their own personal account.
2220

2321
{% data reusables.user-settings.access_settings %}
2422
{% data reusables.user-settings.billing_plans %}
25-
1. Under "{% data variables.product.prodname_codespaces %}," you can see how many core hours of {% data variables.product.prodname_github_codespaces %} compute usage and GB-months of storage you have used so far in the current billing month.
26-
27-
![Screenshot of the "{% data variables.product.prodname_codespaces %}" section of the billing page showing figures for "Usage hours" and "Storage."](/assets/images/help/codespaces/view-personal-usage-collapsed.png)
28-
29-
For information about "core hours" and "GB-months," see [AUTOTITLE](/free-pro-team@latest/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/about-billing-for-github-codespaces).
30-
31-
1. Optionally, click **Usage hours** and **Storage** to see more details.
32-
33-
![Screenshot of the "{% data variables.product.prodname_codespaces %}" section of the billing page, expanded to show more details for "Usage hours" and "Storage."](/assets/images/help/codespaces/view-personal-usage-expanded.png)
34-
35-
The **Included** column shows how many of the core hours of compute usage, or GB-months of storage, included free with your account, you have used so far this month. The **Paid** column shows how many billed core hours of usage, or GB-months of storage, you have used. The figures are updated once every hour.
36-
37-
In the screenshot above, the entire quota of included storage for the month has been used. When you've used all of either the included compute usage or storage (whichever is reached first), you must set up a payment method and a spending limit to continue using {% data variables.product.prodname_github_codespaces %} during the current billing month. See [AUTOTITLE](/billing/managing-your-billing/managing-your-payment-and-billing-information) and [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces#managing-the-github-codespaces-spending-limit-for-your-personal-account).
38-
39-
{% data reusables.codespaces.tips-included-usage %}
40-
41-
{% data reusables.codespaces.usage-report-download %}
23+
{% data reusables.dotcom_billing.codespaces-view-usage %}
24+
{% data reusables.dotcom_billing.codespaces-report-download %}
4225

4326
## Viewing {% data variables.product.prodname_github_codespaces %} usage for your organization account
4427

45-
Organization owners and billing managers can view {% data variables.product.prodname_github_codespaces %} usage for the organization.
28+
Organization owners and billing managers can view {% data variables.product.prodname_github_codespaces %} usage for an organization. For organizations managed by an enterprise account, only the organization owners can view {% data variables.product.prodname_github_codespaces %} usage in the organization billing page.
4629

4730
{% data reusables.organizations.billing-settings %}
48-
1. Under "Usage this month", under "{% data variables.product.prodname_codespaces %}", view the details of the compute hours and storage used so far this month.
49-
50-
> [!NOTE]
51-
> * The costs shown here are the cumulative costs within the current billing month. The usage-based costs for {% data variables.product.prodname_github_codespaces %} shown on this page are reset to zero at the start of each billing month. Outstanding costs from previous months are not shown.
52-
> * The figures on this page are updated every hour.
53-
54-
You can also see and update your current spending limit. See [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces).
55-
56-
The **Projected usage** figure gives an estimate of the total usage for the current billing month, assuming the compute and storage usage for the past seven days continues unchanged for the remainder of the billing month. See [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#viewing-projected-usage-for-an-organization).
57-
58-
{% data reusables.codespaces.usage-report-download %}
31+
{% data reusables.dotcom_billing.codespaces-view-usage %}
32+
{% data reusables.dotcom_billing.codespaces-report-download %}
5933

6034
{% ifversion ghec %}
6135

@@ -64,10 +38,9 @@ Organization owners and billing managers can view {% data variables.product.prod
6438
Enterprise owners and billing managers can view {% data variables.product.prodname_github_codespaces %} usage for an enterprise account.
6539

6640
{% data reusables.enterprise-accounts.access-enterprise %}
67-
{% data reusables.enterprise-accounts.settings-tab %}
6841
{% data reusables.enterprise-accounts.billing-tab %}
69-
1. Under "{% data variables.product.prodname_codespaces %} monthly usage", view the usage details of each organization in your enterprise account.
70-
{% data reusables.codespaces.usage-report-download %}
42+
{% data reusables.dotcom_billing.codespaces-view-usage %}
43+
{% data reusables.dotcom_billing.codespaces-report-download %}
7144
{% endif %}
7245

7346
## Further reading

content/billing/managing-billing-for-your-products/managing-billing-for-github-packages/viewing-your-github-packages-usage.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,40 +18,32 @@ topics:
1818
shortTitle: View your usage
1919
---
2020

21-
{% data reusables.billing.enhanced-billing-platform %}
22-
2321
## Viewing {% data variables.product.prodname_registry %} usage for your personal account
2422

2523
Anyone can view {% data variables.product.prodname_registry %} usage for their own personal account.
2624

2725
{% data reusables.user-settings.access_settings %}
2826
{% data reusables.user-settings.billing_plans %}
29-
{% data reusables.dotcom_billing.packages-data %}
30-
{% data reusables.dotcom_billing.actions-packages-storage %}
31-
{% data reusables.dotcom_billing.actions-packages-report-download %}
27+
{% data reusables.dotcom_billing.packages-view-usage %}
28+
{% data reusables.dotcom_billing.packages-report-download %}
3229

3330
## Viewing {% data variables.product.prodname_registry %} usage for your organization
3431

3532
Organization owners and billing managers can view {% data variables.product.prodname_registry %} usage for an organization. For organizations managed by an enterprise account, only the organization owners can view {% data variables.product.prodname_registry %} usage in the organization billing page.
3633

3734
{% data reusables.organizations.billing-settings %}
38-
{% data reusables.dotcom_billing.packages-data %}
39-
{% data reusables.dotcom_billing.actions-packages-storage %}
40-
{% data reusables.dotcom_billing.actions-packages-report-download-org-account %}
35+
36+
{% data reusables.dotcom_billing.packages-view-usage %}
37+
{% data reusables.dotcom_billing.packages-report-download-org-account %}
4138

4239
{% ifversion ghec %}
4340

4441
## Viewing {% data variables.product.prodname_registry %} usage for your enterprise account
4542

4643
Enterprise owners and billing managers can view {% data variables.product.prodname_registry %} usage for an enterprise account.
4744

48-
> [!NOTE]
49-
> Billing details for enterprise accounts only summarize the storage data usage per organization. {% data reusables.actions.enterprise-billing-details %}
50-
5145
{% data reusables.enterprise-accounts.access-enterprise %}
52-
{% data reusables.enterprise-accounts.settings-tab %}
53-
{% data reusables.enterprise-accounts.billing-tab %}
54-
1. Under "{% data variables.product.prodname_registry %}", view details of usage of data transfer by each organization in your enterprise account.
55-
{% data reusables.dotcom_billing.actions-packages-storage-enterprise-account %}
56-
{% data reusables.enterprise-accounts.actions-packages-report-download-enterprise-accounts %}
46+
{% data reusables.billing.enterprise-billing-menu %}
47+
{% data reusables.dotcom_billing.packages-view-usage %}
48+
{% data reusables.enterprise-accounts.packages-report-download-enterprise-accounts %}
5749
{% endif %}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Adding a sales tax certificate
3+
intro: If you're a customer in the United States with a {% data variables.product.company_short %} Customer Agreement and you're exempt from sales tax, you can upload a certificate to ensure the correct sales tax amount is calculated.
4+
redirect_from:
5+
- /billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate
6+
- /billing/using-the-billing-platform/adding-a-sales-tax-certificate
7+
versions:
8+
feature: us-sales-tax
9+
type: how_to
10+
topics:
11+
- Organizations
12+
- User account
13+
shortTitle: Add a sales tax certificate
14+
---
15+
16+
If you're a {% data variables.product.company_short %} customer in the United States, you need to ensure that your account is set up to calculate sales tax correctly. If you're exempt from sales tax, you can upload a certificate to your account. The format of the certificate you upload must be one of the following:
17+
18+
* JPEG (`.jpg`, `.jpeg`)
19+
* PNG (`.png`)
20+
* PDF (`.pdf`)
21+
22+
Your account is marked as tax exempt while your certificate is reviewed. If your certificate is not approved, you will need to upload a new one.
23+
24+
## Adding a sales tax exemption certificate to your organization account
25+
26+
You can upload a sales tax exemption certificate to your organization account if your account uses the {% data variables.product.company_short %} Customer Agreement.
27+
28+
{% ifversion fpt or ghec %}
29+
30+
> [!NOTE]
31+
> This option is not available for accounts that use the {% data variables.product.company_short %} Standard Terms of Service. For information about updating your organization, see [AUTOTITLE](/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement).
32+
{% endif %}
33+
34+
{% data reusables.organizations.billing-settings %}
35+
1. At the top of the page, click **Payment information**.
36+
37+
![Screenshot of the "Billing Summary" section of the settings page. A link, labeled "Payment information," is highlighted with an orange outline.](/assets/images/help/settings/payment-info-link.png)
38+
1. Review your "Billing information" and update any incorrect data. You must ensure that the address fields are correct and that the "City" and "Postal/Zip code" fields are accepted. If there is any missing information or any errors are reported, the option to upload a sales tax certificate is hidden.
39+
1. At the bottom of the page, next to "Sales Tax" in the "Additional information" section, click Upload certificate, and select the certificate file you want to upload.
40+
1. To remove a sales tax certificate, click {% octicon "trash" aria-label="Delete sales tax certificate" %} next to the certificate you want to remove.
41+
42+
{% ifversion ghec or ghes %}
43+
44+
## Adding a sales tax exemption certificate to your enterprise account
45+
46+
Enterprise owners and billing managers can upload a sales tax exemption certificate to an enterprise account if the account uses the {% data variables.product.company_short %} Customer Agreement.
47+
48+
{% data reusables.enterprise-accounts.access-enterprise %}
49+
{% data reusables.enterprise-accounts.settings-tab %}
50+
{% data reusables.enterprise-accounts.billing-tab %}
51+
1. At the top of the page, click **Payment information**.
52+
53+
![Screenshot of the "Billing Summary" section of the settings page. A link, labeled "Payment information," is highlighted with an orange outline.](/assets/images/help/settings/payment-info-link.png)
54+
55+
1. Review your "Billing information" and update any incorrect data. You must ensure that the address fields are correct and that the "City" and "Postal/Zip code" fields are accepted. If there is any missing information or any errors are reported, the option to upload a sales tax certificate is hidden.
56+
1. At the bottom of the page, in the "Sales Tax" section, click **Upload certificate**, and select the certificate file you want to upload.
57+
1. To remove a sales tax certificate, click {% octicon "trash" aria-label="Delete sales tax certificate" %} next to the certificate you want to remove.
58+
59+
{% endif %}

content/billing/managing-your-billing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ children:
2424
- /preventing-overspending
2525
- /managing-your-payment-and-billing-information
2626
- /automating-usage-reporting
27+
- /adding-a-sales-tax-certificate
2728
- /redeeming-a-coupon
2829
- /troubleshooting-a-declined-credit-card-charge
2930
- /unlocking-a-locked-account

content/billing/managing-your-billing/managing-your-payment-and-billing-information.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ redirect_from:
88
- /billing/using-the-billing-platform/adding-or-editing-a-payment-method
99
- /billing/using-the-billing-platform/viewing-your-payment-history-and-receipts
1010
- /billing/using-the-billing-platform/adding-information-to-your-receipts
11-
- /billing/using-the-billing-platform/adding-a-sales-tax-certificate
1211
- /billing/using-the-billing-platform/setting-your-billing-email
1312
- /billing/using-the-new-billing-platform/managing-your-payment-and-billing-information
1413
type: how_to

content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There are a couple of customization options you can implement to optimize {% dat
2727

2828
## Controlling the frequency and timings of dependency updates
2929

30-
{% data variables.product.prodname_dependabot %} runs its checks for version updates at a frequency set by you in the configuration file (where the required field, `schedule.interval`, must be set to `daily`, `weekly`, or `monthly`).
30+
{% data variables.product.prodname_dependabot %} runs its checks for version updates at a frequency set by you in the configuration file, where the required field, `schedule.interval`, must be set to `daily`, `weekly`, `monthly`, `quarterly`, `semiannually`, `yearly`, or `cron` (see [cronjob](/code-security/dependabot/working-with-dependabot/dependabot-options-reference#cronjob)).
3131

3232
By default, {% data variables.product.prodname_dependabot %} balances its workload by assigning a random time to check and raise pull requests for dependency updates.
3333

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can choose whether your prompts and {% data variables.product.prodname_copil
6060

6161
You can choose whether to allow the following AI models to be used as an alternative to {% data variables.product.prodname_copilot_short %}'s default model.
6262

63-
* {% data variables.copilot.copilot_claude_sonnet %} - see [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot)
63+
* {% data variables.copilot.copilot_claude %} - see [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-in-github-copilot)
6464
* {% data variables.copilot.copilot_gemini %} - see [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-in-github-copilot)
6565

6666
{% data reusables.user-settings.copilot-settings %}

0 commit comments

Comments
 (0)