Skip to content

Commit c0b545a

Browse files
Merge branch 'main' into main
2 parents 706730c + b0c9f2b commit c0b545a

File tree

23 files changed

+89
-52
lines changed

23 files changed

+89
-52
lines changed
21.8 KB
Loading
549 Bytes
Loading

content/admin/managing-iam/iam-configuration-reference/saml-configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Depending on your environment, the SP metadata for an enterprise on {% data vari
5656
| :- | :- | :- | :- |
5757
| SP Entity ID | SP URL, audience restriction | The top-level URL for your enterprise on {% data variables.location.product_location %} | `https://github.com/enterprises/ENTERPRISE` |
5858
| SP Assertion Consumer Service (ACS) URL | Reply, recipient, or destination URL | URL where IdP sends SAML responses | `https://github.com/enterprises/ENTERPRISE/saml/consume` |
59-
| SP Single Sign-On (SSO) URL | | URL where IdP begins SSO | `https://github.com/enterprises/ENTERPRISE/saml/sso` |
59+
| SP Single Sign-On (SSO) URL | | URL where IdP begins SSO | `https://github.com/enterprises/ENTERPRISE/sso` |
6060

6161
{% elsif ghes %}
6262

content/apps/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ When you are ready to publish the app on {% data variables.product.prodname_mark
9191
9292
## Billing requirements for paid apps
9393

94-
Your app does not need to handle payments but does need to use {% data variables.product.prodname_marketplace %} purchase events to manage new purchases, upgrades, downgrades, cancellations, and free trials. For information about how integrate these events into your app, see [AUTOTITLE](/apps/github-marketplace/using-the-github-marketplace-api-in-your-app).
94+
Your app does not need to handle payments but does need to use {% data variables.product.prodname_marketplace %} purchase events to manage new purchases, upgrades, downgrades, cancellations, and free trials. For information about how to integrate these events into your app, see [AUTOTITLE](/apps/github-marketplace/using-the-github-marketplace-api-in-your-app).
9595

9696
Using {% data variables.product.github %}'s billing API allows customers to purchase an app without leaving {% data variables.product.github %} and to pay for the service with the payment method already attached to their account on {% data variables.product.github %}.
9797

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can view the current license limits and usage for your enterprise.
3232
{% ifversion ghec %}
3333
{% data reusables.enterprise-accounts.access-enterprise %}
3434
{% data reusables.enterprise-accounts.licensing-tab-both-platforms %}
35-
* The "{% data variables.product.prodname_GHAS %}" section shows details of the licenses you currently **consume**.
35+
* The "{% data variables.product.prodname_AS %}" section shows details of the licenses you currently **consume**.
3636
* If you have a volume/subscription license, the number of licenses **available** to use is also displayed.
3737
* If you run out of licenses, for volume/subscription only, the section is red and reports "Limit exceeded." You should either reduce your use or purchase more licenses.
3838

@@ -48,7 +48,7 @@ You can view the current license limits and usage for your enterprise.
4848
{% data reusables.enterprise-accounts.access-enterprise %}
4949
{% data reusables.enterprise-accounts.license-tab %}
5050

51-
The "{% data variables.product.prodname_GHAS %}" section shows details of the current usage. You can see the total number of licenses used, as well as a table with the number of committers and unique committers for each organization.
51+
The "{% data variables.product.prodname_AS %}" section shows details of the current usage. You can see the total number of licenses used, as well as a table with the number of committers and unique committers for each organization.
5252

5353
1. Optionally, to see a detailed breakdown of usage by repositories within an organization, click an organization name to display the "Global code security settings" for the organization.
5454

content/code-security/securing-your-organization/managing-the-security-of-your-organization/managing-your-github-advanced-security-license-usage.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,23 @@ To learn about licensing for {% data variables.product.prodname_GH_cs_and_sp %},
3030
{% data reusables.profile.access_org %}
3131
{% data reusables.organizations.org_settings %}
3232
{% data reusables.security-configurations.view-configurations-page %}
33-
1. In the "Apply configurations" section, your current license usage will be displayed as:
34-
{% ifversion ghas-products %}
35-
`# {% data variables.product.prodname_secret_protection %} licenses • # {% data variables.product.prodname_code_security %} licenses in use{% ifversion ghec %} by YOUR-ENTERPRISE{% endif %}.`
33+
1. In the "Apply configurations" section, your current license usage will be displayed. {% ifversion ghas-products %}This screenshot shows metered usage. If you have bought a volume/subscription license, then the number of licenses available is also reported.
34+
3635
![Screenshot of the "Apply configurations" section. The current license use for the enterprise is outlined in dark orange.](/assets/images/help/security-configurations/current-sp-cs-license-usage.png)
3736
{% else %}
3837
`NUMBER-USED out of NUMBER-PURCHASED available GitHub Advanced Security licenses in use by YOUR-ENTERPRISE.`
3938
![Screenshot of the "Apply configurations" section. The current license use for the enterprise is outlined in dark orange.](/assets/images/help/security-configurations/current-ghas-license-usage.png)
4039
{% endif %}
4140

4241
1. Optionally, to find specific repositories in your organization, filter the repository table. To learn more, see [AUTOTITLE](/code-security/securing-your-organization/managing-the-security-of-your-organization/filtering-repositories-in-your-organization-using-the-repository-table).
42+
{% ifversion ghas-products %}
43+
<!--This functionality is shown in modal dialogs when you enable a security configuration following the release of separate SKUs for GHAS.-->
44+
{% else %}
4345
1. To quickly identify the number of licenses needed to enable {% data variables.product.prodname_GH_cs_and_sp %} on a specific repository, in that repository's row of the repository table, read "NUMBER licenses required".
4446
1. To view license usage for multiple repositories in your organization, select the repositories from the repository table. In the "Apply configurations" section, you will see the number of licenses required to apply {% data variables.product.prodname_GH_cs_and_sp %} to the repositories, as well as the number of licenses made available if you disable {% data variables.product.prodname_GH_cs_or_sp %} on those repositories.
4547

4648
![Screenshot of the "Apply configurations" section. The potential changes to GHAS license usage for the enterprise are outlined in dark orange.](/assets/images/help/security-configurations/ghas-licenses-used-or-freed.png)
49+
{% endif %}
4750

4851
{% ifversion ghec %}
4952
> [!TIP]

content/copilot/rolling-out-github-copilot-at-scale/choosing-your-enterprises-plan-for-github-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When you adopt {% data variables.product.prodname_copilot %} in a company, you w
1919

2020
This article helps you to decide whether to adopt {% data variables.product.prodname_copilot_business_short %} or {% data variables.product.prodname_copilot_enterprise_short %}.
2121

22-
<a href="https://github.com/github-copilot/purchase" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Sign up for {% data variables.product.prodname_copilot_short %}</span> {% octicon "link-external" height:16 %}</a>
22+
<a href="https://github.com/github-copilot/purchase?ref_cta=Copilot+Enterprise+trial&ref_cta=Copilot+Business+trial&ref_loc=choosing+enterprise+plan" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Sign up for {% data variables.product.prodname_copilot_short %}</span> {% octicon "link-external" height:16 %}</a>
2323

2424
## About the plans
2525

content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-code-completion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you have a {% data variables.product.prodname_copilot_free_short %} or {% dat
8484

8585
## Changing the AI model for code completion
8686

87-
The following instructions are for {% data variables.product.prodname_vscode_shortname %}. If you are using a JetBrains IDE, click the appropriate tab at the start of this article.
87+
The following instructions are for {% data variables.product.prodname_vscode_shortname %}. If you are using {% data variables.product.prodname_vs %}, or a JetBrains IDE, click the appropriate tab at the start of this article.
8888

8989
1. Open the command palette by pressing <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> (Windows/Linux) / <kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> (Mac).
9090
1. Type `change completions model` and select the "{% data variables.product.prodname_copilot %}: Change Completions Model" command.
@@ -105,7 +105,7 @@ Alternatively, if Command Center is enabled, you can click {% octicon "chevron-d
105105

106106
## Changing the AI model for code completion
107107

108-
The following instructions are for {% data variables.product.prodname_vs %}. If you are using a JetBrains IDE, click the appropriate tab at the start of this article.
108+
The following instructions are for {% data variables.product.prodname_vs %}. If you are using {% data variables.product.prodname_vscode_shortname %}, or a JetBrains IDE, click the appropriate tab at the start of this article.
109109

110110
1. Click the **{% octicon "copilot" aria-hidden="true" %}** icon in the top right corner.
111111
1. Click **Settings**, then click **Options**.
@@ -117,7 +117,7 @@ The following instructions are for {% data variables.product.prodname_vs %}. If
117117

118118
## Changing the AI model for code completion
119119

120-
The following instructions are for JetBrains IDEs. If you are using {% data variables.product.prodname_vs %}, click the appropriate tab at the start of this article.
120+
The following instructions are for JetBrains IDEs. If you are using {% data variables.product.prodname_vs %}, or {% data variables.product.prodname_vscode_shortname %}, click the appropriate tab at the start of this article.
121121

122122
1. Click the **{% octicon "copilot" aria-hidden="true" %}** icon in the status bar.
123123
1. In the popup menu, click **Edit Model for Completion**.

content/copilot/using-github-copilot/code-review/configuring-automatic-code-review-by-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ After you configure automatic code review, {% data variables.product.prodname_co
2727
2828
### Limits on automatic pull request reviews
2929

30-
{% data variables.copilot.copilot_code-review_short %} is a premium feature with a per-person monthly quota. When {% data variables.product.prodname_copilot_short %} carries out an automatic review, it uses one premium request from the quota of the user who created the pull request. For more information, see [AUTOTITLE](/copilot/using-github-copilot/code-review/using-copilot-code-review#maximum-code-reviews-per-month).
30+
{% data variables.copilot.copilot_code-review_short %} is a premium feature with a per-person monthly quota. When {% data variables.product.prodname_copilot_short %} carries out an automatic review, it uses one premium request from the quota of the user who created the pull request. For more information, see [AUTOTITLE](/copilot/using-github-copilot/code-review/using-copilot-code-review#code-review-monthly-quota).
3131

3232
## Configuring automatic code review for a single repository
3333

0 commit comments

Comments
 (0)