Skip to content

Commit 0882c4f

Browse files
authored
Merge branch 'main' into repo-sync
2 parents d62681e + a7926bb commit 0882c4f

File tree

35 files changed

+750
-344
lines changed

35 files changed

+750
-344
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
// Lifecycle commands
6565
// Start a web server and keep it running
66-
"postStartCommand": "nohup bash -c 'npm start &'",
66+
"postStartCommand": "nohup bash -c 'npm ci && npm start &'",
6767
// Set port 4000 to be public
6868
"postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"",
6969

content/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Below are some example URLs that generate the tokens we see most often:
144144
* [GitHub Models access](https://github.com/settings/personal-access-tokens/new?name=GitHub+Models+token&description=Used%20to%20call%20GitHub%20Models%20APIs%20to%20easily%20run%20LLMs%3A%20https%3A%2F%2Fdocs.github.com%2Fgithub-models%2Fquickstart%23step-2-make-an-api-call&user_models=read)<!-- markdownlint-disable-line search-replace Custom rule -->
145145
* [Update code and open a PR](https://github.com/settings/personal-access-tokens/new?name=Core-loop+token&description=Write%20code%20and%20push%20it%20to%20main%21%20Includes%20permission%20to%20edit%20workflow%20files%20for%20Actions%20-%20remove%20%60workflows%3Awrite%60%20if%20you%20don%27t%20need%20to%20do%20that&contents=write&pull_requests=write&workflows=write)
146146
* [Manage Copilot licenses in an organization](https://github.com/settings/personal-access-tokens/new?name=Core-loop+token&description=Enable%20or%20disable%20copilot%20access%20for%20users%20with%20the%20Seat%20Management%20APIs%3A%20https%3A%2F%2Fdocs.github.com%2Frest%2Fcopilot%2Fcopilot-user-management%0ABe%20sure%20to%20select%20an%20organization%20for%20your%20resource%20owner%20below%21&organization_copilot_seat_management=write)<!-- markdownlint-disable-line search-replace Custom rule -->
147+
* [Make Copilot requests](https://github.com/settings/personal-access-tokens/new?name=Copilot+requests+token&description=Make%20Copilot%20API%20requests%20on%20behalf%20of%20the%20user%2C%20consuming%20premium%20requests%3A%20https%3A%2F%2Fdocs.github.com%2Fcopilot%2Fconcepts%2Fbilling%2Fcopilot-requests&copilot_requests=write)<!-- markdownlint-disable-line search-replace Custom rule -->
147148

148149
#### Supported Query Parameters
149150

@@ -173,6 +174,7 @@ Account permissions are only used when the current user is set as the resource o
173174
| `codespaces_user_secrets` | Codespaces user secrets | `read`, `write` |
174175
| `copilot_messages` | Copilot Chat | `read` |
175176
| `copilot_editor_context` | Copilot Editor Context | `read` |
177+
| `copilot_requests` | Copilot requests | `write` |
176178
| `emails` | Email addresses | `read`, `write` |
177179
| `user_events` | Events | `read` |
178180
| `followers` | Followers | `read`, `write` |
@@ -189,6 +191,12 @@ Account permissions are only used when the current user is set as the resource o
189191
| `starring` | Starring | `read`, `write` |
190192
| `watching` | Watching | `read`, `write` |
191193

194+
{% ifversion copilot %}
195+
196+
> [!NOTE]
197+
> The `copilot_requests` permission enables making {% data variables.product.prodname_copilot_short %} requests for the given user, which count towards the user's premium request allowance or are charged to overage billing if the allowance is exceeded. For more information about {% data variables.product.prodname_copilot_short %} requests and billing, see [AUTOTITLE](/copilot/concepts/billing/copilot-requests).
198+
199+
{% endif %}
192200
##### Repository Permissions
193201

194202
Repository permissions work for both user and organization resource owners.

content/migrations/ado/migrating-repositories-from-azure-devops-to-github-enterprise-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ contentType: other
2727
{% endapi %}
2828

2929
{% ifversion repo-rules-enterprise %}
30-
{% data reusables.enterprise-migration-tool.deploy-key-bypass %}
30+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
3131
{% endif %}
3232

3333
## Prerequisites

content/migrations/using-github-enterprise-importer/migrating-between-github-products/about-migrations-between-github-products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If your migration source is an account on {% data variables.product.prodname_dot
2323
The data that {% data variables.product.prodname_importer_proper_name %} migrates depends on the source of the migration and whether you are migrating a repository or organization.
2424

2525
{% ifversion repo-rules-enterprise %}
26-
{% data reusables.enterprise-migration-tool.deploy-key-bypass %}
26+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
2727
{% endif %}
2828

2929
## Considerations for migrations to {% data variables.product.prodname_ghe_cloud %}

content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-organizations-from-githubcom-to-github-enterprise-cloud.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Migrations to {% data variables.product.prodname_ghe_cloud %} include migrations
2626
{% data reusables.enterprise-migration-tool.gei-tool-switcher-cli %}
2727
{% endapi %}
2828

29+
{% ifversion repo-rules-enterprise %}
30+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
31+
{% endif %}
32+
2933
## Prerequisites
3034

3135
* {% data reusables.enterprise-migration-tool.github-trial-prerequisite %}

content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ To migrate your repositories from {% data variables.product.prodname_ghe_server
4747

4848
{% endapi %}
4949

50+
{% ifversion repo-rules-enterprise %}
51+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
52+
{% endif %}
53+
5054
## Prerequisites
5155

5256
* {% data reusables.enterprise-migration-tool.github-trial-prerequisite %}

content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-githubcom-to-github-enterprise-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Migrations to {% data variables.product.prodname_ghe_cloud %} include migrations
2727
{% endapi %}
2828

2929
{% ifversion repo-rules-enterprise %}
30-
{% data reusables.enterprise-migration-tool.deploy-key-bypass %}
30+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
3131
{% endif %}
3232

3333
## Prerequisites

content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can migrate individual repositories or all repositories from a BitBucket Ser
1919
At this time, migrating from Bitbucket Server with the {% data variables.product.prodname_dotcom %} API is not supported.
2020

2121
{% ifversion repo-rules-enterprise %}
22-
{% data reusables.enterprise-migration-tool.deploy-key-bypass %}
22+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
2323
{% endif %}
2424

2525
## Prerequisites

data/release-notes/enterprise-server/3-19/1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ sections:
8787
When publishing npm packages in a workflow after restoring from a backup to GitHub Enterprise Server 3.13.5.gm4 or 3.14.2.gm3, you may encounter a `401 Unauthorized` error from the GitHub Packages service. This can happen if the restore is from an N-1 or N-2 version and the workflow targets the npm endpoint on the backup instance. To avoid this issue, ensure the access token is valid and includes the correct scopes for publishing to GitHub Packages.
8888
- |
8989
The setting to define private registries at the organization level for code scanning is only available if Dependabot is enabled for the instance.
90+
- |
91+
In patch 3.19.1, we identified an issue in the Management Console where the Backups (Preview) and Updates tabs may fail to open and instead return an Internal Server Error. We recommend using the command line interface (CLI) for backups and updates until an updated patch is released. [Updated: 2026-01-13]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
> [!NOTE] If the repository you are migrating has rulesets that the incoming repository doesn't match, the migration will be blocked. To bypass these rulesets and allow the migration, you can apply a ruleset bypass for all deploy keys in the target organization.
22
>
33
> Repository rulesets can be set at the organization level. If the incoming repository does not match any of these rulesets, you will need to use the deploy key bypass for each one. See [AUTOTITLE](/organizations/managing-organization-settings/creating-rulesets-for-repositories-in-your-organization#granting-bypass-permissions-for-your-branch-or-tag-ruleset).
4+
>

0 commit comments

Comments
 (0)