Fix content linting issues (#58597)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 86 KiB |
@@ -36,7 +36,7 @@ For **SkuPricing** budgets or to query usage by SKU, use one of the following va
|
|||||||
* `actions_beta_custom_runner_azure` - Actions beta custom runner (Azure)
|
* `actions_beta_custom_runner_azure` - Actions beta custom runner (Azure)
|
||||||
* `actions_beta_macos_xl_runner` - Actions beta macOS XL runner
|
* `actions_beta_macos_xl_runner` - Actions beta macOS XL runner
|
||||||
* `actions_beta_public_repository` - Actions beta public repository
|
* `actions_beta_public_repository` - Actions beta public repository
|
||||||
* `actions_beta_self_hosted_runner` - Actions beta self-hosted runner <!-- markdownlint-enable GHD046 -->
|
* `actions_beta_self_hosted_runner` - Actions beta self-hosted runner
|
||||||
* `actions_cache_storage` - Actions cache storage
|
* `actions_cache_storage` - Actions cache storage
|
||||||
* `actions_custom_image_storage` - Actions custom image storage
|
* `actions_custom_image_storage` - Actions custom image storage
|
||||||
* `actions_linux` - Actions Linux runners
|
* `actions_linux` - Actions Linux runners
|
||||||
@@ -92,6 +92,8 @@ For **SkuPricing** budgets or to query usage by SKU, use one of the following va
|
|||||||
* `actions_windows_a10_36_core_gpu` - Actions Windows A10 36-core GPU
|
* `actions_windows_a10_36_core_gpu` - Actions Windows A10 36-core GPU
|
||||||
* `actions_windows_arm` - Actions Windows ARM
|
* `actions_windows_arm` - Actions Windows ARM
|
||||||
|
|
||||||
|
<!-- markdownlint-enable GHD046 -->
|
||||||
|
|
||||||
### {% data variables.product.prodname_github_codespaces %} SKUs
|
### {% data variables.product.prodname_github_codespaces %} SKUs
|
||||||
|
|
||||||
* `codespaces_compute_d16` - Codespaces compute (16-core)
|
* `codespaces_compute_d16` - Codespaces compute (16-core)
|
||||||
|
|||||||
@@ -23,22 +23,18 @@ You can download a CSV report for {% data variables.product.prodname_copilot_sho
|
|||||||
* Understand patterns in user authentication.
|
* Understand patterns in user authentication.
|
||||||
* Manage licenses and measure key performance indicators.
|
* Manage licenses and measure key performance indicators.
|
||||||
|
|
||||||
<!-- expires 2025-10-23 -->
|
|
||||||
|
|
||||||
>[!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.
|
|
||||||
|
|
||||||
<!-- end expires 2025-10-23 -->
|
|
||||||
|
|
||||||
## Downloading the report for an enterprise
|
## Downloading the report for an enterprise
|
||||||
|
|
||||||
{% data reusables.enterprise-accounts.copilot-licensing %}
|
{% data reusables.enterprise-accounts.access-enterprise %}
|
||||||
1. To download the usage report, select **{% octicon "download" aria-hidden="true" aria-label="download" %} CSV report**, then click **Activity report (new)**.
|
1. At the top of the page, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**.
|
||||||
|
1. In the "Billing and licensing" sidebar, click **{% octicon "law" aria-hidden="true" aria-label="law" %} Licensing**.
|
||||||
|
1. Next to "Copilot", click **{% octicon "download" aria-hidden="true" aria-label="download" %} Get activity report**.
|
||||||
|
|
||||||
## Downloading the report for an organization
|
## Downloading the report for an organization
|
||||||
|
|
||||||
1. Navigate to your organization settings.
|
1. Navigate to your organization settings.
|
||||||
1. In the left sidebar, click **Copilot**, then click **Access**.
|
1. In the left sidebar, click **Copilot**, then click **Access**.
|
||||||
1. Click **Get activity report**.
|
1. Next to "Access management", click **Get usage report**, then click **Get activity report**.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -39,12 +39,6 @@ category:
|
|||||||
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 %}.
|
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 %}.
|
||||||
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.
|
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.
|
||||||
|
|
||||||
<!-- expires 2025-10-23 -->
|
|
||||||
|
|
||||||
>[!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.
|
|
||||||
|
|
||||||
<!-- end expires 2025-10-23 -->
|
|
||||||
|
|
||||||
## Using the API to retrieve assignment information
|
## Using the API to retrieve assignment information
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ While the MCP registry launched using the v0 specification, that version is now
|
|||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
```
|
``` http copy
|
||||||
Access-Control-Allow-Origin: *
|
Access-Control-Allow-Origin: *
|
||||||
Access-Control-Allow-Methods: GET, OPTIONS
|
Access-Control-Allow-Methods: GET, OPTIONS
|
||||||
Access-Control-Allow-Headers: Authorization, Content-Type
|
Access-Control-Allow-Headers: Authorization, Content-Type
|
||||||
|
|||||||
@@ -193,6 +193,7 @@ If you use custom prompt files or {% data variables.copilot.custom_agents_short
|
|||||||
|
|
||||||
{% data reusables.copilot.using-subagents %}
|
{% data reusables.copilot.using-subagents %}
|
||||||
* **Calling the #runSubagent tool.**.
|
* **Calling the #runSubagent tool.**.
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Evaluate the #file:databaseSchema using #runSubagent and generate an optimized data-migration plan.
|
Evaluate the #file:databaseSchema using #runSubagent and generate an optimized data-migration plan.
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ When using {% data variables.copilot.copilot_gemini %} models, input prompts and
|
|||||||
|
|
||||||
{% data reusables.copilot.grok-promo-period %}
|
{% data reusables.copilot.grok-promo-period %}
|
||||||
|
|
||||||
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.
|
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).
|
||||||
|
|
||||||
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):
|
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):
|
||||||
|
|
||||||
|
|||||||
@@ -200,8 +200,8 @@ In this section, you can find the access required for security features, such as
|
|||||||
| 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> |
|
| 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> |
|
||||||
| {% endif %} |
|
| {% endif %} |
|
||||||
| 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> |
|
| 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> |
|
||||||
|{% ifversion fpt or ghec %}<!--Set at site-level for GHES -->|
|
| {% ifversion fpt or ghec %} |
|
||||||
| [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> |
|
| [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> |
|
||||||
| {% endif %} |
|
| {% endif %} |
|
||||||
| {% ifversion ghes or ghec %} |
|
| {% ifversion ghes or ghec %} |
|
||||||
| [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> |
|
| [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> |
|
||||||
|
|||||||
@@ -20,12 +20,13 @@ Use a _.gitattributes_ file to mark files that match a given "pattern" with the
|
|||||||
|
|
||||||
For example, to mark `search/index.json` as a generated file, add this line to _.gitattributes_:
|
For example, to mark `search/index.json` as a generated file, add this line to _.gitattributes_:
|
||||||
|
|
||||||
```gitattributes
|
``` text
|
||||||
search/index.json linguist-generated
|
search/index.json linguist-generated
|
||||||
```
|
```
|
||||||
|
|
||||||
To unmark a file that would generally be considered _generated_, add this line to _.gitattributes_:
|
To unmark a file that would generally be considered _generated_, add this line to _.gitattributes_:
|
||||||
```gitattributes
|
|
||||||
|
``` text
|
||||||
bootstrap.min.css -linguist-generated
|
bootstrap.min.css -linguist-generated
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,13 @@
|
|||||||
{% data variables.copilot.subagents_caps_short %} can be invoked in different ways:
|
{% data variables.copilot.subagents_caps_short %} can be invoked in different ways:
|
||||||
|
|
||||||
* **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 %}:
|
* **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 %}:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Suggest ways to refactor this legacy code.
|
Suggest ways to refactor this legacy code.
|
||||||
```
|
```
|
||||||
|
|
||||||
* **Direct invocation**. You can directly call the {% data variables.copilot.subagent_short %} in your prompt:
|
* **Direct invocation**. You can directly call the {% data variables.copilot.subagent_short %} in your prompt:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Use the testing subagent to write unit tests for the authentication module.
|
Use the testing subagent to write unit tests for the authentication module.
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user