Skip to content

Commit f01ab76

Browse files
authored
Merge pull request #44703 from github/repo-sync
Repo sync
2 parents 1abe676 + bc23580 commit f01ab76

24 files changed

Lines changed: 131 additions & 37 deletions

File tree

content/admin/monitoring-and-managing-your-instance/additional-nodes/configuring-additional-nodes.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ category:
1010
- Scale your instance
1111
---
1212

13-
> [!NOTE]
14-
> The ability to add additional compute nodes to HA is in {% data variables.release-phases.public_preview %} and subject to change. During the preview, please share any feedback with your customer success team.
15-
16-
1713
For {% data variables.product.prodname_ghe_server %} customers looking to scale horizontally, migrating to and operating a cluster is an option, but is resource-intensive and time-consuming. As an alternative, we recommend adding nodes to an HA configuration.
1814

1915
The terms "additional node" and "stateless node" are used interchangeably throughout this article. Stateless nodes can only be added to HA deployments that contain at least one replica.
@@ -59,7 +55,7 @@ ghe-cluster-balance rebalance --yes
5955

6056
The `ghe-config-apply` command is a requirement to add stateless nodes.
6157

62-
For the public preview, we have not specifically tested for downtime, and it's not clear if a maintenance window is required.
58+
We recommend a maintenance window to add stateless nodes.
6359

6460
## Removing an additional node
6561

@@ -71,7 +67,7 @@ ghe-config-apply
7167

7268
The `ghe-config-apply` command is a requirement to remove stateless nodes.
7369

74-
For the public preview, we have not specifically tested for downtime, and it's not clear if a maintenance window is required.
70+
We recommend a maintenance window to remove stateless nodes.
7571

7672
## Reprovisioning a node that previously hosted {% data variables.product.prodname_ghe_server %}
7773

content/billing/reference/supported-payment-methods.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ The following Azure subscription types cannot be used as a payment method for {%
4343
| `AzureForStudents_2018-01-01` | MS-AZR-0170P |
4444
| `DreamSpark_2015-02-01` | MS-AZR-0144P |
4545
| `AzurePass_2014-09-01` | MS-AZR-0120P, MS-AZR-0122P–MS-AZR-0125P, MS-AZR-0128P–MS-AZR-0130P |
46-
| `PayAsYouGo_2014-09-01` | MS-AZR-0017G |
46+
| `PayAsYouGo_2014-09-01` | MS-AZR-0001P, MS-AZR-0002P, MS-AZR-0003P, MS-AZR-0006P, MS-AZR-0008P, MS-AZR-0010P, MS-AZR-0011P, MS-AZR-0018P, MS-AZR-0019P, MS-AZR-0030P, MS-AZR-0044P, MS-AZR-0046P, MS-AZR-0048P, MS-AZR-0050P |
47+
| `MSDN_2014-09-01` | MS-AZR-0029P, MS-AZR-0059P, MS-AZR-0062P, MS-AZR-0063P |
4748

4849
{% ifversion fpt or ghec %}
4950

content/code-security/how-tos/find-and-fix-code-vulnerabilities/configure-code-scanning/configure-code-scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Your repository is eligible for default setup for {% data variables.product.prod
7777
1. Optionally, to view your default setup configuration after enablement, select {% octicon "kebab-horizontal" aria-label="Menu" %}, then click **{% octicon "gear" aria-hidden="true" aria-label="gear" %} View {% data variables.product.prodname_codeql %} configuration**.
7878

7979
> [!NOTE]
80-
> If no pushes and pull requests have occurred in a repository with default setup enabled for 6 months, the weekly schedule will be disabled to save your {% data variables.product.prodname_actions %} minutes.
80+
> If no pushes and pull requests have occurred in a repository with default setup enabled for 6 months, the weekly schedule will be disabled to save your {% data variables.product.prodname_actions %} minutes.{% ifversion code-scanning-inactive-repos %} Organization owners can enable monthly scans of inactive repositories. For more information, see [AUTOTITLE](/code-security/securing-your-organization/enabling-security-features-in-your-organization/configuring-global-security-settings-for-your-organization#continuing-scans-on-inactive-repositories).{% endif %}
8181
8282
{% ifversion fpt or ghec %}
8383

content/code-security/how-tos/find-and-fix-code-vulnerabilities/manage-your-configuration/edit-default-setup.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,19 @@ For more information about {% data variables.product.prodname_codeql %} model pa
8383

8484
1. The model packs will be automatically detected and used when {% data variables.product.prodname_code_scanning %} runs on any repository in the organization with default setup enabled.
8585

86+
{% ifversion code-scanning-inactive-repos %}
87+
88+
## Continuing scans on inactive repositories
89+
90+
{% data reusables.code-scanning.inactive-repos-scan %} You can override this behavior in an organization, though the scan period is not configurable.
91+
92+
{% data reusables.profile.access_org %}
93+
{% data reusables.organizations.org_settings %}
94+
{% data reusables.security-configurations.display-global-settings %}
95+
1. In the "{% data variables.product.prodname_code_scanning_caps %}" section, enable the **Keep scheduled scans running every 30 days for inactive repositories** setting.
96+
97+
{% endif %}
98+
8699
## Further customization
87100

88101
If you need to change any other aspects of your {% data variables.product.prodname_code_scanning %} configuration, consider configuring advanced setup. See [AUTOTITLE](/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning).

content/code-security/how-tos/secure-at-scale/configure-organization-security/configure-specific-tools/code-scanning-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ A repository must meet all the following criteria to be eligible for default set
3333

3434
You can enable default setup for all eligible repositories in your organization. For more information, see [AUTOTITLE](/code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/about-enabling-security-features-at-scale).
3535

36-
### Extending {% data variables.product.prodname_codeql %} coverage in default setup
36+
### Configuring default setup features
3737

38-
Through your organization's security settings page, you can extend coverage in default setup using model packs for all eligible repositories in your organization. For more information, see [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/editing-your-configuration-of-default-setup#extending-coverage-for-all-repositories-in-an-organization).
38+
Through your organization's security settings page, you can customize default setup for all eligible repositories, such as extending coverage using model packs. See [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/editing-your-configuration-of-default-setup).
3939

4040
## Configuring default setup for a subset of repositories in an organization
4141

content/code-security/how-tos/secure-at-scale/configure-organization-security/establish-complete-coverage/configure-global-settings.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ You can customize several {% data variables.product.prodname_global_settings %}
105105
{% ifversion code-scanning-autofix %}* [Enabling {% data variables.copilot.copilot_autofix_short %} for {% data variables.product.prodname_codeql %}](#enabling-copilot-autofix-for-codeql){% endif %}
106106
* [Recommending the extended query suite for default setup](#recommending-the-extended-query-suite-for-default-setup)
107107
* [Expanding {% data variables.product.prodname_codeql %} analysis](#expanding-codeql-analysis)
108+
{%- ifversion code-scanning-inactive-repos %}
109+
* [Continuing scans on inactive repositories](#continuing-scans-on-inactive-repositories)
110+
{%- endif %}
108111

109112
{% endif %}
110113

@@ -124,6 +127,14 @@ You can select **{% data variables.copilot.copilot_autofix_short %}** to enable
124127

125128
You can expand {% data variables.product.prodname_codeql %} analysis coverage for all repositories in your organization that use default setup by configuring {% data variables.product.prodname_codeql %} model packs. Model packs extend the {% data variables.product.prodname_codeql %} analysis to recognize additional frameworks and libraries that are not included in the standard {% data variables.product.prodname_codeql %} libraries. This global configuration applies to repositories using default setup and allows you to specify model packs published via the container registry. For more information, see [AUTOTITLE](/code-security/how-tos/scan-code-for-vulnerabilities/manage-your-configuration/editing-your-configuration-of-default-setup#extending-coverage-for-all-repositories-in-an-organization).
126129

130+
{% ifversion code-scanning-inactive-repos %}
131+
132+
### Continuing scans on inactive repositories
133+
134+
{% data reusables.code-scanning.inactive-repos-scan %} You can select **Keep scheduled scans running every 30 days for inactive repositories** to override this behavior in an organization. The scan period is not configurable.
135+
136+
{% endif %}
137+
127138
## Configuring global {% data variables.product.prodname_secret_scanning %} settings
128139

129140
{% data reusables.security-configurations.secret-scanning-security-configs-summary %}

content/copilot/how-tos/copilot-cli/use-copilot-cli/overview.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,18 @@ You can run {% data variables.copilot.copilot_cli_short %} sessions inside a san
283283
284284
Press <kbd>Ctrl</kbd>+<kbd>T</kbd> to show or hide the model's reasoning process while it generates a response. This setting persists across sessions, allowing you to observe how {% data variables.product.prodname_copilot_short %} works through complex problems.
285285
286+
### Configure settings
287+
288+
You can view and change {% data variables.copilot.copilot_cli_short %} settings using the `/settings` slash command.
289+
290+
* Run `/settings` to open an interactive settings dialog, where you can search for a setting by name and edit it.
291+
* Run `/settings KEY VALUE` to set a setting inline, where KEY is the name of the setting and VALUE is the value you want to set. This also works in scripts and in programmatic sessions started with `-p`.
292+
* Run `/settings reset KEY` to restore a setting to its default value.
293+
294+
Some settings, such as the color mode, take effect immediately when you save them.
295+
296+
For the full list of available settings, see [AUTOTITLE](/copilot/reference/copilot-cli-reference/cli-config-dir-reference#configuration-file-settings).
297+
286298
## Find out more
287299
288300
For a complete list of the command line options and slash commands that you can use with {% data variables.copilot.copilot_cli_short %}, do one of the following:

content/copilot/reference/copilot-billing/request-based-billing-legacy/monitor-premium-requests.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ If you reach your limit for premium requests, you will be notified with a messag
3737

3838
### Viewing usage in your IDE
3939

40-
> [!IMPORTANT]
41-
> **Starting April 20, 2026**, {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, and student plans have tighter usage limits: Session limits and weekly (7 day) limits. {% data variables.product.prodname_vscode_shortname %} and {% data variables.copilot.copilot_cli %} both display your available usage when you are approaching a limit. See [AUTOTITLE](/copilot/concepts/usage-limits).
42-
4340
If you're using {% data variables.product.prodname_copilot_short %} in an editor, you can view your usage directly in the editor. For example, in {% data variables.product.prodname_vscode %}, you can view information about features included in your plan, your progress towards any limits on your plan, and the date your allowance resets.
4441

4542
You can access usage information in the following IDEs.

content/copilot/reference/copilot-cli-reference/cli-command-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ Holding <kbd>↑</kbd> or <kbd>↓</kbd> accelerates scrolling after the first 1
244244
| `/sandbox [enable\|disable]` | Configure shell command sandboxing. |
245245
| `/search [QUERY]`, `/find [QUERY]` | Search the conversation timeline. {% data reusables.copilot.experimental %} |
246246
| `/session [info\|checkpoints [n]\|files\|plan\|rename [NAME]\|cleanup\|prune\|delete [ID]\|delete-all]`, `/sessions [info\|checkpoints [n]\|files\|plan\|rename [NAME]\|cleanup\|prune\|delete [ID]\|delete-all]` | Show session information and manage sessions. The `info` subcommand shows session details including the session link (when available). Subcommands: `info`, `checkpoints`, `files`, `plan`, `rename`, `cleanup`, `prune`, `delete`, `delete-all`. |
247+
| `/settings [show\|[KEY VALUE]\|reset KEY]` | Open the settings dialog, set a setting inline with a KEY and VALUE, or reset a setting to its default. See [AUTOTITLE](/copilot/reference/copilot-cli-reference/cli-config-dir-reference#configuration-file-settings). |
247248
| `/share [file\|html\|gist] [session\|research] [PATH]`, `/export [file\|html\|gist] [session\|research] [PATH]` | Share the session to a Markdown file, interactive HTML file, or {% data variables.product.github %} gist. |
248249
| `/skills [list\|info\|add\|remove\|reload] [ARGS...]` | Manage skills for enhanced capabilities. See [AUTOTITLE](/copilot/how-tos/copilot-cli/customize-copilot/create-skills). |
249250
| `/statusline`, `/footer` | Configure which items appear in the status line. |

content/copilot/reference/copilot-cli-reference/cli-config-dir-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following files are designed to be edited by you directly, or managed throug
5050

5151
### `settings.json`
5252

53-
This is the primary configuration file for {% data variables.copilot.copilot_cli_short %}. You can edit it directly in a text editor, or use interactive commands like `/model` and `/theme` to change specific values from within a session. The file supports JSON with comments (JSONC).
53+
This is the primary configuration file for {% data variables.copilot.copilot_cli_short %}. Within a session, you can use the interactive `/settings` command to change specific values, or run `/settings KEY VALUE` to set a single value, or edit the file directly in a text editor. The file supports JSON with comments (JSONC).
5454

5555
> [!NOTE]
5656
> User-editable settings were originally stored in `config.json`. They have been moved to `settings.json`. Any user settings present in `config.json` on startup are automatically migrated to `settings.json`.
@@ -204,7 +204,7 @@ Settings cascade from user to repository to local, with more specific scopes ove
204204

205205
### User settings (`~/.copilot/settings.json`)
206206

207-
These settings apply across all your sessions and repositories. You can edit this file directly, or use slash commands to update individual values.
207+
These settings apply across all your sessions and repositories. You can use the `/settings` slash command to run an interactive dialog, or use specific slash commands to update individual values, or edit this file directly.
208208

209209
| Key | Type | Default | Description |
210210
|-----|------|---------|-------------|

0 commit comments

Comments
 (0)