Skip to content

Commit c721773

Browse files
authored
Merge pull request #40640 from github/repo-sync
Repo sync
2 parents 806d0b0 + b961b6a commit c721773

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

content/actions/reference/workflows-and-actions/variables.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ When you set an environment variable, you cannot use any of the default environm
9191

9292
If a variable with the same name exists at multiple levels, the variable at the lowest level takes precedence. For example, if an organization-level variable has the same name as a repository-level variable, then the repository-level variable takes precedence. Similarly, if an organization, repository, and environment all have a variable with the same name, the environment-level variable takes precedence.
9393

94+
> [!NOTE]
95+
> Environment-level variables are only available on the runner after the job starts executing. This means that environment-level variables won't overwrite variables in the `env` and `vars` contexts.
96+
9497
For reusable workflows, the variables from the caller workflow's repository are used. Variables from the repository that contains the called workflow are not made available to the caller workflow.
9598

9699
## Limits for configuration variables

content/billing/reference/cost-center-allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article contains reference information for how spending is assigned to cost
2727
| {% data variables.product.prodname_copilot %} | The user who receives the license (priority), or the organization that is billed for the {% data variables.product.prodname_copilot_short %} license. |
2828
| Git Large File Storage | The repository or organization where Git LFS is used. |
2929
| {% data variables.product.prodname_GH_cs_and_sp %} | The user who receives the license. |
30-
| {% data variables.product.prodname_enterprise %} | The user who receives the license. |
30+
| {% data variables.product.prodname_enterprise %} | The user who receives the license (priority), or the organization that is billed for the license. |
3131
| {% data variables.product.prodname_registry %} | The repository or organization that owns the package. |
3232

3333
## Details for license-based products

content/copilot/concepts/auto-model-selection.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'About {% data variables.product.prodname_copilot_short %} auto model sel
33
allowTitleToDifferFromFilename: true
44
shortTitle: 'Auto model selection'
55
intro: 'Optimize {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %} without needing to select a model'
6-
product: '{% data variables.copilot.copilot_auto_model_selection_short_cap_a %} is available in {% data variables.product.prodname_vscode_shortname %} with the {% data variables.copilot.copilot_free %}, {% data variables.copilot.copilot_pro %} and {% data variables.copilot.copilot_pro_plus %} plans.'
6+
product: '{% data variables.copilot.copilot_auto_model_selection_short_cap_a %} is available in {% data variables.product.prodname_vscode_shortname %} with all {% data variables.product.prodname_copilot %} plans.'
77
topics:
88
- Copilot
99
versions:
@@ -17,7 +17,7 @@ contentType: concepts
1717

1818
Experience less rate limiting and reduce the mental load of choosing a model by letting {% data variables.copilot.copilot_auto_model_selection %} automatically choose the best available model.
1919

20-
{% data variables.copilot.copilot_auto_model_selection %} is available in {% data variables.product.prodname_vscode_shortname %}. Models are selected based on availability and to reduce rate limiting. Included models may change over time.
20+
In {% data variables.product.prodname_vscode_shortname %}, {% data variables.copilot.copilot_auto_model_selection %} chooses from {% data variables.copilot.copilot_gpt_41 %}, {% data variables.copilot.copilot_gpt_5_mini %}, {% data variables.copilot.copilot_gpt_5 %}, {% data variables.copilot.copilot_claude_sonnet_35 %}, and {% data variables.copilot.copilot_claude_sonnet_40 %}, based on availability and to help reduce rate limiting. Included models may change over time.
2121

2222
Automatically selected models **won't** include these models:
2323
* Models with premium request multipliers greater than one. See [AUTOTITLE](/copilot/reference/ai-models/supported-models#model-multipliers).
@@ -32,4 +32,8 @@ While {% data variables.copilot.copilot_auto_model_selection_short %} is an opti
3232

3333
## Multiplier discounts
3434

35-
{% data reusables.copilot.auto-model-multiplier-discount %} See [AUTOTITLE](//copilot/concepts/billing/copilot-requests#model-multipliers).
35+
{% data reusables.copilot.auto-model-multiplier-discount %} See [AUTOTITLE](/copilot/concepts/billing/copilot-requests#model-multipliers).
36+
37+
## Enabling access during {% data variables.release-phases.public_preview %}
38+
39+
During the {% data variables.release-phases.public_preview %}, if you're using a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} plan, the organization or enterprise that provides your plan must have the **Editor preview features** policy enabled. See [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization) or [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-policies-and-features-for-copilot-in-your-enterprise#copilot-in-githubcom).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
If you are on a {% data variables.copilot.copilot_pro %} or {% data variables.copilot.copilot_pro_plus %} plan, and use {% data variables.copilot.copilot_auto_model_selection_short %}, models qualify for a 10% multiplier discount.
1+
If you are on a paid {% data variables.product.prodname_copilot_short %} plan and use {% data variables.copilot.copilot_auto_model_selection_short %}, models qualify for a 10% multiplier discount.

0 commit comments

Comments
 (0)