You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/reference/workflows-and-actions/variables.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,9 @@ When you set an environment variable, you cannot use any of the default environm
91
91
92
92
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.
93
93
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
+
94
97
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.
Copy file name to clipboardExpand all lines: content/billing/reference/cost-center-allocation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This article contains reference information for how spending is assigned to cost
27
27
| {% 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. |
28
28
| Git Large File Storage | The repository or organization where Git LFS is used. |
29
29
| {% 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. |
31
31
| {% data variables.product.prodname_registry %} | The repository or organization that owns the package. |
Copy file name to clipboardExpand all lines: content/copilot/concepts/auto-model-selection.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 'About {% data variables.product.prodname_copilot_short %} auto model sel
3
3
allowTitleToDifferFromFilename: true
4
4
shortTitle: 'Auto model selection'
5
5
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.'
7
7
topics:
8
8
- Copilot
9
9
versions:
@@ -17,7 +17,7 @@ contentType: concepts
17
17
18
18
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.
19
19
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.
21
21
22
22
Automatically selected models **won't** include these models:
23
23
* 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
32
32
33
33
## Multiplier discounts
34
34
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).
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