Skip to content

Commit 83fd9a4

Browse files
authored
Merge pull request #41516 from github/repo-sync
Repo sync
2 parents a00a779 + 9406c2b commit 83fd9a4

File tree

10 files changed

+26
-29
lines changed

10 files changed

+26
-29
lines changed
51.2 KB
Loading

content/billing/reference/product-and-sku-names.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For **SkuPricing** budgets or to query usage by SKU, use one of the following va
3636
* `actions_beta_custom_runner_azure` - Actions beta custom runner (Azure)
3737
* `actions_beta_macos_xl_runner` - Actions beta macOS XL runner
3838
* `actions_beta_public_repository` - Actions beta public repository
39-
* `actions_beta_self_hosted_runner` - Actions beta self-hosted runner <!-- markdownlint-enable GHD046 -->
39+
* `actions_beta_self_hosted_runner` - Actions beta self-hosted runner
4040
* `actions_cache_storage` - Actions cache storage
4141
* `actions_custom_image_storage` - Actions custom image storage
4242
* `actions_linux` - Actions Linux runners
@@ -92,6 +92,8 @@ For **SkuPricing** budgets or to query usage by SKU, use one of the following va
9292
* `actions_windows_a10_36_core_gpu` - Actions Windows A10 36-core GPU
9393
* `actions_windows_arm` - Actions Windows ARM
9494

95+
<!-- markdownlint-enable GHD046 -->
96+
9597
### {% data variables.product.prodname_github_codespaces %} SKUs
9698

9799
* `codespaces_compute_d16` - Codespaces compute (16-core)

content/copilot/how-tos/administer-copilot/download-activity-report.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ shortTitle: Download activity report
1313
redirect_from:
1414
- /copilot/how-tos/administer/download-activity-report
1515
contentType: how-tos
16-
category:
16+
category:
1717
- Manage Copilot for a team
1818
---
1919

@@ -23,22 +23,18 @@ You can download a CSV report for {% data variables.product.prodname_copilot_sho
2323
* Understand patterns in user authentication.
2424
* Manage licenses and measure key performance indicators.
2525

26-
<!-- expires 2025-10-23 -->
27-
28-
>[!NOTE] This report is replacing the {% data variables.product.prodname_copilot_short %} **usage report**. The new report adds clarity by introducing authentication information and improving timestamp resolution. The old usage report is closing down and will be removed on October 23rd, 2025.
29-
30-
<!-- end expires 2025-10-23 -->
31-
3226
## Downloading the report for an enterprise
3327

34-
{% data reusables.enterprise-accounts.copilot-licensing %}
35-
1. To download the usage report, select **{% octicon "download" aria-hidden="true" aria-label="download" %} CSV report**, then click **Activity report (new)**.
28+
{% data reusables.enterprise-accounts.access-enterprise %}
29+
1. At the top of the page, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**.
30+
1. In the "Billing and licensing" sidebar, click **{% octicon "law" aria-hidden="true" aria-label="law" %} Licensing**.
31+
1. Next to "Copilot", click **{% octicon "download" aria-hidden="true" aria-label="download" %} Get activity report**.
3632

3733
## Downloading the report for an organization
3834

3935
1. Navigate to your organization settings.
4036
1. In the left sidebar, click **Copilot**, then click **Access**.
41-
1. Click **Get activity report**.
37+
1. Next to "Access management", click **Get usage report**, then click **Get activity report**.
4238

4339
![Screenshot of the "Access" page. The "Get activity report" button is highlighted with an orange outline.](/assets/images/help/copilot/activity-report-org.png)
4440

content/copilot/how-tos/administer-copilot/manage-for-organization/review-activity/review-user-activity-data.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ redirect_from:
2121
- /copilot/how-tos/administer/organizations/review-activity/review-user-activity-data
2222
- /copilot/how-tos/administer/manage-for-organization/review-activity/review-user-activity-data
2323
contentType: how-tos
24-
category:
24+
category:
2525
- Manage Copilot for a team
2626
---
2727

@@ -39,12 +39,6 @@ category:
3939
1. Alternatively, under "Access management," you can use the **Sort** options to sort the list of users by when they last used {% data variables.product.prodname_copilot %}.
4040
1. For more detailed information, you can retrieve the **Activity report**. {% data variables.product.prodname_dotcom %} generates a report for you, which you can download as a CSV file.
4141

42-
<!-- expires 2025-10-23 -->
43-
44-
>[!NOTE] This report is replacing the {% data variables.product.prodname_copilot_short %} **usage report**. The new report adds clarity by introducing authentication information and improving timestamp resolution. The old usage report is closing down and will be removed on October 23rd, 2025.
45-
46-
<!-- end expires 2025-10-23 -->
47-
4842
## Using the API to retrieve assignment information
4943

5044
You can use {% data variables.product.prodname_dotcom %}'s REST API to get details about the assignment of {% data variables.product.prodname_copilot %} seats in your organization. See [Get Copilot seat information and settings for an organization](/rest/copilot/copilot-user-management?apiVersion=2022-11-28#get-copilot-seat-information-and-settings-for-an-organization), [List all Copilot seat assignments for an organization](/rest/copilot/copilot-user-management?apiVersion=2022-11-28#list-all-copilot-seat-assignments-for-an-organization), and [Get Copilot seat assignment details for a user](/rest/copilot/copilot-user-management?apiVersion=2022-11-28#get-copilot-seat-assignment-details-for-a-user).

content/copilot/how-tos/administer-copilot/manage-mcp-usage/configure-mcp-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ While the MCP registry launched using the v0 specification, that version is now
5656

5757
To ensure {% data variables.product.prodname_copilot_short %} can successfully make cross-origin requests when fetching your registry, the registry or reverse proxy must include Cross-Origin Resource Sharing (CORS) headers. Add the following headers to all `/v0.1/servers` endpoints:
5858

59-
```
59+
``` http copy
6060
Access-Control-Allow-Origin: *
6161
Access-Control-Allow-Methods: GET, OPTIONS
6262
Access-Control-Allow-Headers: Authorization, Content-Type

content/copilot/how-tos/chat-with-copilot/chat-in-ide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,9 @@ If you use custom prompt files or {% data variables.copilot.custom_agents_short
193193

194194
{% data reusables.copilot.using-subagents %}
195195
* **Calling the #runSubagent tool.**.
196+
196197
```text
197-
Evaluate the #file:databaseSchema using #runSubagent and generate an optimized data-migration plan.
198+
Evaluate the #file:databaseSchema using #runSubagent and generate an optimized data-migration plan.
198199
```
199200

200201
When the {% data variables.copilot.subagent_short %} completes its task, its results appear back in the main chat session, ready for follow-up questions or next steps.
@@ -639,7 +640,7 @@ To use plan mode:
639640

640641
{% data reusables.copilot.copilot-edits.agent-mode-requests %}
641642

642-
### Using {% data variables.copilot.subagents_short %}
643+
### Using {% data variables.copilot.subagents_short %}
643644

644645
{% data reusables.copilot.subagent-intro %}
645646

content/copilot/reference/ai-models/model-hosting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Used for:
2828
* {% data variables.copilot.copilot_gpt_51_codex %}
2929
* {% data variables.copilot.copilot_gpt_51_codex_mini %}
3030

31-
These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure.
31+
These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure.
3232

33-
OpenAI makes the [following data commitment](https://openai.com/enterprise-privacy/): _We [OpenAI] do not train models on customer business data_. Data processing follows OpenAI's enterprise privacy comments.
33+
OpenAI makes the [following data commitment](https://openai.com/enterprise-privacy/): _We [OpenAI] do not train models on customer business data_. Data processing follows OpenAI's enterprise privacy comments.
3434

3535
{% data variables.product.github %} maintains a [zero data retention agreement](https://platform.openai.com/docs/guides/your-data) with OpenAI.
3636

@@ -80,7 +80,7 @@ When using {% data variables.copilot.copilot_gemini %} models, input prompts and
8080

8181
{% data reusables.copilot.grok-promo-period %}
8282

83-
Complimentary access to Grok Code Fast 1 is continuing past the previously announced end time. A new end date has not been set. We may update or conclude this promotion at any time. [Regular pricing](https://docs.github.com/en/copilot/reference/ai-models/supported-models#model-multipliers) applies after the extension ends.
83+
Complimentary access to Grok Code Fast 1 is continuing past the previously announced end time. A new end date has not been set. We may update or conclude this promotion at any time. Regular pricing applies after the extension ends. See [AUTOTITLE](/copilot/reference/ai-models/supported-models#model-multipliers).
8484

8585
These models are hosted on xAI. xAI operates {% data variables.copilot.copilot_grok_code %} in {% data variables.product.prodname_copilot %} under a zero data retention API policy. This means xAI commits that user content (both inputs sent to the model and outputs generated by the model):
8686

content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ In this section, you can find the access required for security features, such as
200200
| Create [security advisories](/code-security/security-advisories/working-with-repository-security-advisories/about-repository-security-advisories) | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-check" aria-label="Yes">✓</span> |
201201
| {% endif %} |
202202
| Manage access to {% data variables.product.prodname_GHAS %} features (see [AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization)) | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-check" aria-label="Yes">✓</span> |
203-
|{% ifversion fpt or ghec %}<!--Set at site-level for GHES -->|
204-
| [Enable the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository) for a private repository | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-check" aria-label="Yes">✓</span> |
203+
| {% ifversion fpt or ghec %} |
204+
| [Enable the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository) for a private repository <!--Set at site-level for GHES --> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-x" aria-label="No">✗</span> | <span role="img" class="octicon-bg-check" aria-label="Yes">✓</span> |
205205
| {% endif %} |
206206
| {% ifversion ghes or ghec %} |
207207
| [View dependency reviews](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review) | <span role="img" class="octicon-bg-check" aria-label="Yes">✓</span> | <span role="img" class="octicon-bg-check" aria-label="Yes">✓</span> | <span role="img" class="octicon-bg-check" aria-label="Yes">✓</span> | <span role="img" class="octicon-bg-check" aria-label="Yes">✓</span> | <span role="img" class="octicon-bg-check" aria-label="Yes">✓</span> |

content/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ Use a _.gitattributes_ file to mark files that match a given "pattern" with the
2020

2121
For example, to mark `search/index.json` as a generated file, add this line to _.gitattributes_:
2222

23-
```gitattributes
23+
``` text
2424
search/index.json linguist-generated
2525
```
2626

2727
To unmark a file that would generally be considered _generated_, add this line to _.gitattributes_:
28-
```gitattributes
28+
29+
``` text
2930
bootstrap.min.css -linguist-generated
3031
```
3132

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
{% data variables.copilot.subagents_caps_short %} can be invoked in different ways:
1+
{% data variables.copilot.subagents_caps_short %} can be invoked in different ways:
22

33
* **Automatic delegation**. {% data variables.product.prodname_copilot_short %} will analyze the description of your request, the description field of your configured {% data variables.copilot.custom_agents_short %}, and the current context and available tools to automatically choose a {% data variables.copilot.subagent_short %}. For example, this prompt would automatically delegate the task to a **refactor-specialist** {% data variables.copilot.copilot_custom_agent_short %}:
4+
45
```text
56
Suggest ways to refactor this legacy code.
67
```
8+
79
* **Direct invocation**. You can directly call the {% data variables.copilot.subagent_short %} in your prompt:
10+
811
```text
912
Use the testing subagent to write unit tests for the authentication module.
1013
```

0 commit comments

Comments
 (0)