Skip to content

Commit cbd64c4

Browse files
authored
Merge pull request #39124 from github/repo-sync
Repo sync
2 parents f8eb1fc + 0daeb27 commit cbd64c4

14 files changed

+79
-64
lines changed

content/billing/managing-your-billing/charging-business-units.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,10 @@ The following table illustrates how spending for each user is allocated to a cos
177177

178178
There are a few current limitations when working with cost centers and the API:
179179

180-
* You **cannot** create cost centers using the API. Administrators must create them through the UI.
181-
* Once a cost center is created in the UI, administrators can use the API to add **members** only.
182-
* It’s **not currently possible** to add **organizations** or **repositories** to cost centers using the API.
183-
* You **cannot** add members to cost centers through the UI.
184-
* A single **organization**, **repository**, or **member** can only be assigned to one cost center at a time.
180+
* There is a maximum of 250 cost centers per enterprise.
181+
* You can add or remove up to 50 resources at a time from a cost center using the API.
182+
* Azure subscriptions can only be added to or removed from cost centers via the UI.
183+
* Users can only be added to or removed from cost centers via the API.
185184

186185
## Further reading
187186

content/copilot/get-started/choosing-your-enterprises-plan-for-github-copilot.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ With {% data variables.copilot.copilot_enterprise_short %}, you can create **kno
5757

5858
With {% data variables.copilot.copilot_code-review_short %}, {% data variables.product.prodname_copilot_short %} can provide feedback on pull requests on {% data variables.product.github %}. How much you use this feature depends on the goals of your rollout. For example, if a goal is to increase velocity by accelerating approvals of pull requests, then you may be encouraging developers to use {% data variables.copilot.copilot_code-review_short %} as much as possible.
5959

60-
With {% data variables.copilot.copilot_enterprise_short %}, you can make {% data variables.product.prodname_copilot_short %}'s reviews more consistent across your repositories by adding **custom coding guidelines** written in natural language. {% data variables.product.prodname_copilot_short %} will give feedback based on the guidelines when it reviews code, which can increase developers' confidence in the reviews and allow you to encourage consistency in coding standards across teams.
61-
62-
{% data reusables.copilot.code-review.custom-coding-guidelines-prerequisites %}
63-
64-
{% data variables.copilot.copilot_enterprise_short %} also includes a higher allowance for premium requests, which include code reviews. To learn more, see [How much will we benefit from premium requests?](#how-much-will-we-benefit-from-premium-requests).
60+
{% data variables.copilot.copilot_enterprise_short %} includes a higher allowance for premium requests, which are used by {% data variables.copilot.copilot_code-review_short %}. To learn more, see [How much will we benefit from premium requests?](#how-much-will-we-benefit-from-premium-requests).
6561

6662
## How much will we benefit from premium requests?
6763

content/copilot/how-tos/agents/copilot-code-review/configuring-coding-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ redirect_from:
1313
- /copilot/using-github-copilot/code-review/configuring-coding-guidelines
1414
---
1515

16-
{% data reusables.copilot.code-review.custom-coding-guidelines-prerequisites %}
16+
{% data reusables.copilot.code-review.custom-coding-guidelines-prerequisites %} See [AUTOTITLE](/copilot/how-tos/agents/copilot-code-review/using-copilot-code-review#customizing-copilots-reviews-with-custom-instructions).
1717

1818
## About coding guidelines
1919

content/copilot/how-tos/agents/copilot-code-review/using-copilot-code-review.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ The current functionality and availability of the two types of review is summari
2929

3030
{% rowheaders %}
3131

32-
| | Review selection | Review changes |
33-
|------------------|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
34-
| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
35-
| Premium/standard feature | Standard feature available to all {% data variables.product.prodname_copilot_short %} subscribers | Premium feature. Available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans. Per-person monthly quota applies. |
36-
| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
37-
| Language support | All | All |
38-
| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines) |
32+
| | Review selection | Review changes |
33+
|----------------------------------|------------------|----------------|
34+
| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
35+
| Premium/standard feature | Standard feature available to all {% data variables.product.prodname_copilot_short %} subscribers | Premium feature. Available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans. Per-person monthly quota applies. |
36+
| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
37+
| Supported languages | All | All |
38+
| Custom instructions support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with custom instructions](#customizing-copilots-reviews-with-custom-instructions-1) |
39+
| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines-1) |
3940

4041
{% endrowheaders %}
4142

0 commit comments

Comments
 (0)