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
*[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)
146
146
*[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 -->
@@ -189,6 +191,12 @@ Account permissions are only used when the current user is set as the resource o
189
191
|`starring`| Starring |`read`, `write`|
190
192
|`watching`| Watching |`read`, `write`|
191
193
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 %}
192
200
##### Repository Permissions
193
201
194
202
Repository permissions work for both user and organization resource owners.
Copy file name to clipboardExpand all lines: content/migrations/using-github-enterprise-importer/migrating-between-github-products/about-migrations-between-github-products.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
@@ -23,7 +23,7 @@ If your migration source is an account on {% data variables.product.prodname_dot
23
23
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.
24
24
25
25
{% ifversion repo-rules-enterprise %}
26
-
{% data reusables.enterprise-migration-tool.deploy-key-bypass %}
26
+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
27
27
{% endif %}
28
28
29
29
## Considerations for migrations to {% data variables.product.prodname_ghe_cloud %}
Copy file name to clipboardExpand all lines: content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-organizations-from-githubcom-to-github-enterprise-cloud.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@ Migrations to {% data variables.product.prodname_ghe_cloud %} include migrations
26
26
{% data reusables.enterprise-migration-tool.gei-tool-switcher-cli %}
27
27
{% endapi %}
28
28
29
+
{% ifversion repo-rules-enterprise %}
30
+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
31
+
{% endif %}
32
+
29
33
## Prerequisites
30
34
31
35
* {% data reusables.enterprise-migration-tool.github-trial-prerequisite %}
Copy file name to clipboardExpand all lines: content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,10 @@ To migrate your repositories from {% data variables.product.prodname_ghe_server
47
47
48
48
{% endapi %}
49
49
50
+
{% ifversion repo-rules-enterprise %}
51
+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
52
+
{% endif %}
53
+
50
54
## Prerequisites
51
55
52
56
* {% data reusables.enterprise-migration-tool.github-trial-prerequisite %}
Copy file name to clipboardExpand all lines: content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-githubcom-to-github-enterprise-cloud.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 @@ Migrations to {% data variables.product.prodname_ghe_cloud %} include migrations
27
27
{% endapi %}
28
28
29
29
{% ifversion repo-rules-enterprise %}
30
-
{% data reusables.enterprise-migration-tool.deploy-key-bypass %}
30
+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
Copy file name to clipboardExpand all lines: content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.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
@@ -19,7 +19,7 @@ You can migrate individual repositories or all repositories from a BitBucket Ser
19
19
At this time, migrating from Bitbucket Server with the {% data variables.product.prodname_dotcom %} API is not supported.
20
20
21
21
{% ifversion repo-rules-enterprise %}
22
-
{% data reusables.enterprise-migration-tool.deploy-key-bypass %}
22
+
{% data reusables.enterprise-migration-tool.repository-migrations-bypass %}
Copy file name to clipboardExpand all lines: data/release-notes/enterprise-server/3-19/1.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,3 +87,5 @@ sections:
87
87
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.
88
88
- |
89
89
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]
> [!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.
2
2
>
3
3
> 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).
0 commit comments