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/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.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
@@ -47,7 +47,7 @@ Most programming languages have a package that can generate a JWT. In all cases,
47
47
> [!NOTE]
48
48
> You must run `gem install jwt` to install the `jwt` package in order to use this script.
49
49
50
-
In the following example, replace `YOUR_PATH_TO_PEM` with the file path where your private key is stored. Replace `YOUR_APP_ID`with the ID of your app. Make sure to enclose the values for `YOUR_PATH_TO_PEM` and `YOUR_APP_ID` in double quotes.
50
+
In the following example, replace `YOUR_PATH_TO_PEM` with the file path where your private key is stored. Replace {% ifversion client-id-for-app %}`YOUR_CLIENT_ID`{% else %}`YOUR_APP_ID`{% endif %} with the ID of your app. Make sure to enclose the values for `YOUR_PATH_TO_PEM` and {% ifversion client-id-for-app %}`YOUR_CLIENT_ID`{% else %}`YOUR_APP_ID`{% endif %} in double quotes.
Copy file name to clipboardExpand all lines: content/billing/using-the-new-billing-platform/charging-business-units.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ To drive accountability and control costs, the new billing platform lets you cre
16
16
17
17
If your account is billed to Azure, you will have the option to add an Azure subscription ID. Cost centers allows for multiple Azure subscription IDs so that different business units, within an enterprise, can directly pay for their usage.
18
18
19
+
To learn more about roles authorized to create and manage cost centers, see [AUTOTITLE](/billing/using-the-new-billing-platform/roles-for-the-new-billing-platform).
20
+
19
21
## Creating a cost center
20
22
21
23
Create cost centers to monitor and manage expenses for specific organizations or repositories. Multiple organizations, repositories, and users can be assigned to one cost center.
@@ -167,6 +169,16 @@ The following table illustrates how spending for each user is allocated to a cos
167
169
168
170
{% endrowheaders %}
169
171
172
+
## Limitations of the cost center API
173
+
174
+
There are a few current limitations when working with cost centers and the API:
175
+
176
+
* You **cannot** create cost centers using the API. Administrators must create them through the UI.
177
+
* Once a cost center is created in the UI, administrators can use the API to add **members** only.
178
+
* It’s **not currently possible** to add **organizations** or **repositories** to cost centers using the API.
179
+
* You **cannot** add members to cost centers through the UI.
180
+
* A single **organization**, **repository**, or **member** can only be assigned to one cost center at a time.
Copy file name to clipboardExpand all lines: content/code-security/dependabot/working-with-dependabot/about-dependabot-on-github-actions-runners.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
@@ -29,7 +29,7 @@ Using {% data variables.product.prodname_actions %} runners allows you to more e
29
29
You can run {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_actions %} using:
30
30
* {% data variables.product.prodname_dotcom %}-hosted runners
31
31
* {% data variables.actions.hosted_runners_caps %}. These runners are {% data variables.product.prodname_dotcom %}-hosted, with advanced features, such as more RAM, CPU, and disk space. For more information, see [AUTOTITLE](/actions/using-github-hosted-runners/about-larger-runners).
32
-
* Self-hosted runners
32
+
* Self-hosted runners. For more information on assigning a `dependabot` label on self-hosted runners, see [AUTOTITLE](/code-security/dependabot/maintain-dependencies/managing-dependabot-on-self-hosted-runners).
Copy file name to clipboardExpand all lines: content/migrations/overview/about-locked-repositories.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,16 +53,6 @@ If you're sure you want to use the repository, a site administrator can unlock t
53
53
54
54
The source repository is not locked by default, only if the `--lock` argument is specified when preparing the repository for export with the `ghe-migrator add` command. To unlock the repository, use the `ghe-migrator unlock` command. For more information, see [AUTOTITLE](/migrations/using-ghe-migrator/migrating-data-to-github-enterprise-server#unlocking-repositories-on-the-source).
55
55
56
-
## Repositories locked by Enterprise Cloud Importer
57
-
58
-
When you use Enterprise Cloud Importer, the destination repository is locked by default and is not automatically unlocked.
59
-
60
-
If the import succeeded, you can unlock the repository by clicking the **Unlock** button in Enterprise Cloud Importer.
61
-
62
-
If the import failed, you cannot unlock the repository yourself. Because a failed migration means that not all of your data has been migrated, we recommend deleting the repository and retrying the migration, to prevent data loss.
63
-
64
-
If you’re sure you want to unlock the repository, contact {% data variables.contact.contact_support %}.
65
-
66
56
## Repositories locked by the `startImport` GraphQL mutation
67
57
68
58
When you use the `startImport` GraphQL mutation, the destination repository is locked by default and is not automatically unlocked.
Copy file name to clipboardExpand all lines: content/migrations/overview/migration-paths-to-github.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ Some migration paths require tools that are only available with expert-led migra
18
18
19
19
In our recommendations, we'll assume that you want the highest level of fidelity if possible, which includes source, history, and metadata.
20
20
21
+
<!-- expires 2025-06-30 -->
22
+
23
+
> [!NOTE]
24
+
> Enterprise Cloud Importer (ECI) and the GraphQL endpoints for importing migration data to {% data variables.product.prodname_ghe_cloud %} from an archive are closing down on March 31, 2025. After this date, these tools can not be used to import repository data into GitHub's cloud-based products. We recommend using {% data variables.product.prodname_importer_proper_name %} (GEI). See [AUTOTITLE](/migrations/using-github-enterprise-importer/understanding-github-enterprise-importer/about-github-enterprise-importer).
25
+
26
+
<!-- end expires 2025-06-30 -->
27
+
21
28
## Migrations to {% data variables.product.prodname_dotcom_the_website %}
22
29
23
30
You can review the scope and tooling for your migration to {% data variables.product.prodname_dotcom_the_website %}, which includes migrations to {% data variables.product.prodname_ghe_cloud %}. You can also review any additional information or caveats.
@@ -104,16 +111,16 @@ Migrations from {% data variables.product.prodname_dotcom_the_website %} include
*[{% data variables.product.prodname_expert_services %}](https://github.com/services/) website
106
113
***Caveats:**
107
-
*For complex repositories larger than around 5 GB, you may need to use `bbs-exporter` and Enterprise Cloud Importer instead. Enterprise Cloud Importer is only available for expert-led migrations.
114
+
*{% data reusables.migrations.large-repositories-require-expert-services %}
108
115
* {% data reusables.migrations.migration-instructions-for-any-git-repository-to-githubcom %}
109
116
110
117
### GitLab to {% data variables.product.prodname_dotcom_the_website %}
111
118
112
119
***Scope:** Source, history, and metadata
113
-
***Tooling:**`gl-exporter`, then Enterprise Cloud Importer (expert-led migrations only)
120
+
***Tooling:**{% data variables.product.prodname_importer_proper_name %}
114
121
***More information:**[{% data variables.product.prodname_expert_services %}](https://github.com/services/) website
115
122
***Caveats:**
116
-
*Enterprise Cloud Importer is only available for expert-led migrations.
123
+
*If you want to migrate GitLab repositories to GitHub using {% data variables.product.prodname_importer_proper_name %}, please contact our {% data variables.product.prodname_expert_services %} team.
117
124
* {% data reusables.migrations.migration-instructions-for-any-git-repository-to-githubcom %}
118
125
119
126
### Any Git repository to {% data variables.product.prodname_dotcom_the_website %}
@@ -164,7 +171,7 @@ This path is not currently supported with our official tools. Please contact {%
164
171
165
172
If you're migrating to {% data variables.enterprise.data_residency %}, your migration destination is {% data variables.enterprise.data_residency_site %}.
166
173
167
-
Migrations to {% data variables.enterprise.data_residency_site %} use similar tools as migrations to {% data variables.product.prodname_dotcom_the_website %}. However, the {% data variables.product.prodname_importer %} and Enterprise Cloud Importer are not available.
174
+
Migrations to {% data variables.enterprise.data_residency_site %} use similar tools as migrations to {% data variables.product.prodname_dotcom_the_website %}. However, the {% data variables.product.prodname_importer %} is not available.
168
175
169
176
Follow a link below to review the scope and tooling for your migration to {% data variables.enterprise.data_residency_site %}, plus any additional information or caveats.
Copy file name to clipboardExpand all lines: content/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ You may be verifying a domain you own, which is currently in use by another user
28
28
29
29
## Verifying a domain for your user site
30
30
31
+
> [!NOTE]
32
+
> If you don’t see the options described below, make sure you’re in your **Profile settings**, not your repository settings. Domain verification happens at the profile level.
33
+
31
34
{% data reusables.user-settings.access_settings %}
32
35
1. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "browser" aria-hidden="true" %} Pages**.
33
36
{% data reusables.pages.settings-verify-domain-setup %}
@@ -43,6 +46,9 @@ You may be verifying a domain you own, which is currently in use by another user
43
46
44
47
Organization owners can verify custom domains for their organization.
45
48
49
+
> [!NOTE]
50
+
> If you don’t see the options described below, check that you’re in your **Organization settings**. Domain verification doesn’t take place in repository settings.
51
+
46
52
{% data reusables.profile.access_org %}
47
53
{% data reusables.profile.org_settings %}
48
54
1. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "browser" aria-hidden="true" %} Pages**.
For complex repositories larger than around 5 GB, you may need to use `ghe-migrator` and Enterprise Cloud Importer instead. Enterprise Cloud Importer is only available for expert-led migrations.
1
+
For repositories with git or metadata archives greater than 20GB, consider engaging our {% data variables.product.prodname_expert_services %} to help bring your large repositories within Enterprise Cloud Importer limits.
Copy file name to clipboardExpand all lines: data/reusables/support/scope-of-support.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
If your support request is outside of the scope of what our team can help you with, we may recommend next steps to resolve your issue outside of {% data variables.contact.github_support %}. Your support request is possibly out of {% data variables.contact.github_support %}'s scope if the request is primarily about:
2
2
3
-
* Third party integrations, such as Jira
4
-
* Enterprise Cloud Importer (available only with expert-led migrations){% ifversion ghes %}
3
+
* Third party integrations, such as Jira{% ifversion ghes %}
Copy file name to clipboardExpand all lines: data/ui.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ search:
43
43
view_all_search_results: View more results
44
44
no_results_found: No results found
45
45
search_docs_with_query: Search docs for "{{query}}"
46
+
privacy_disclaimer: For product and service improvement purposes, the GitHub Docs team will retain questions and answers generated in the Docs search function. Please see the <a href="https://docs.github.com/privacy">GitHub Privacy Statement</a> to review how GitHub collects and uses your data.
46
47
ai:
47
48
disclaimer: Copilot uses AI. Check for mistakes by reviewing the links in the response.
0 commit comments