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: .github/workflows/transfer-to-localization-repo.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ jobs:
60
60
OLD_ISSUE: ${{ github.event.issue.html_url }}
61
61
62
62
- name: Comment on the old issue
63
-
run: gh issue comment $OLD_ISSUE --body "Thank you for opening this issue! Updates to translated content must be made internally. I have copied your issue to an internal issue, so I will close this issue."
63
+
run: gh issue comment $OLD_ISSUE --body "Thanks for opening this issue! Unfortunately, we are not able to accept issues for translated content. Our translation process involves an integration with an external service at crowdin.com, where all translation activity happens. We hope to eventually open up the translation process to the open-source community, but we're not there yet.See https://github.com/github/docs/blob/main/contributing/types-of-contributions.md#earth_asia-translations for more information."
Copy file name to clipboardExpand all lines: content/actions/hosting-your-own-runners/about-self-hosted-runners.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,8 @@ Some extra configuration might be required to use actions from {% data variables
128
128
129
129
The self-hosted runner polls {% data variables.product.product_name %} to retrieve application updates and to check if any jobs are queued for processing. The self-hosted runner uses a HTTPS _long poll_ that opens a connection to {% data variables.product.product_name %} for 50 seconds, and if no response is received, it then times out and creates a new long poll. The application must be running on the machine to accept and run {% data variables.product.prodname_actions %} jobs.
130
130
131
+
{% data reusables.actions.self-hosted-runner-ports-protocols %}
132
+
131
133
{% ifversion ghae %}
132
134
You must ensure that the self-hosted runner has appropriate network access to communicate with the {% data variables.product.prodname_ghe_managed %} URL and its subdomains.
133
135
For example, if your instance name is `octoghae`, then you will need to allow the self-hosted runner to access `octoghae.githubenterprise.com`, `api.octoghae.githubenterprise.com`, and `codeload.octoghae.githubenterprise.com`.
@@ -187,7 +189,7 @@ If you use an IP address allow list for your {% data variables.product.prodname_
187
189
188
190
{% else %}
189
191
190
-
You must ensure that the machine has the appropriate network access to communicate with {% data variables.product.product_location %}.
192
+
You must ensure that the machine has the appropriate network access to communicate with {% data variables.product.product_location %}.{% ifversion ghes %} Self-hosted runners connect directly to {% data variables.product.product_location %} and do not require any external internet access in order to function. As a result, you can use network routing to direct communication between the self-hosted runner and {% data variables.product.product_location %}. For example, you can assign a private IP address to your self-hosted runner and configure routing to send traffic to {% data variables.product.product_location %}, with no need for traffic to traverse a public network.{% endif %}
Copy file name to clipboardExpand all lines: content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ The proxy environment variables are read when the self-hosted runner application
37
37
38
38
On Windows machines, the proxy environment variable names are not case-sensitive. On Linux and macOS machines, we recommend that you use all lowercase environment variables. If you have an environment variable in both lowercase and uppercase on Linux or macOS, for example `https_proxy` and `HTTPS_PROXY`, the self-hosted runner application uses the lowercase environment variable.
39
39
40
+
{% data reusables.actions.self-hosted-runner-ports-protocols %}
41
+
40
42
## Using a .env file to set the proxy configuration
41
43
42
44
If setting environment variables is not practical, you can set the proxy configuration variables in a file named _.env_ in the self-hosted runner application directory. For example, this might be necessary if you want to configure the runner application as a service under a system account. When the runner application starts, it reads the variables set in _.env_ for the proxy configuration.
Copy file name to clipboardExpand all lines: content/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Configuring GitHub Pages for your enterprise
3
-
intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterpriseand choose whether to make sites publicly accessible.'
3
+
intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterprise{% ifversion ghes %} and choose whether to make sites publicly accessible{% endif %}.'
## Enabling public sites for {% data variables.product.prodname_pages %}
22
25
23
-
{% ifversion ghes %}If private mode is enabled on your enterprise, the {% else %}The {% endif %}public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites.
26
+
If private mode is enabled on your enterprise, the public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites.
24
27
25
28
{% warning %}
26
29
27
30
**Warning:** If you enable public sites for {% data variables.product.prodname_pages %}, every site in every repository on your enterprise will be accessible to the public.
28
31
29
32
{% endwarning %}
30
33
31
-
{% ifversion ghes %}
32
34
{% data reusables.enterprise_site_admin_settings.access-settings %}
33
35
{% data reusables.enterprise_site_admin_settings.management-console %}
34
36
{% data reusables.enterprise_management_console.pages-tab %}
35
37
4. Select **Public Pages**.
36
38

37
39
{% data reusables.enterprise_management_console.save-settings %}
38
-
{% elsif ghae %}
39
-
{% data reusables.enterprise-accounts.access-enterprise %}
40
-
{% data reusables.enterprise-accounts.policies-tab %}
41
-
{% data reusables.enterprise-accounts.pages-tab %}
42
-
5. Under "Pages policies", select **Public {% data variables.product.prodname_pages %}**.
43
-

44
-
{% data reusables.enterprise-accounts.pages-policies-save %}
45
-
{% endif %}
46
40
47
41
## Disabling {% data variables.product.prodname_pages %} for your enterprise
48
42
49
-
{% ifversion ghes %}
50
43
If subdomain isolation is disabled for your enterprise, you should also disable {% data variables.product.prodname_pages %} to protect yourself from potential security vulnerabilities. For more information, see "[Enabling subdomain isolation](/admin/configuration/enabling-subdomain-isolation)."
51
-
{% endif %}
52
44
53
-
{% ifversion ghes %}
54
45
{% data reusables.enterprise_site_admin_settings.access-settings %}
55
46
{% data reusables.enterprise_site_admin_settings.management-console %}
56
47
{% data reusables.enterprise_management_console.pages-tab %}
57
48
4. Unselect **Enable Pages**.
58
49

59
50
{% data reusables.enterprise_management_console.save-settings %}
60
-
{% elsif ghae %}
51
+
52
+
{% endif %}
53
+
54
+
{% ifversion ghae %}
55
+
61
56
{% data reusables.enterprise-accounts.access-enterprise %}
62
57
{% data reusables.enterprise-accounts.policies-tab %}
63
58
{% data reusables.enterprise-accounts.pages-tab %}
64
59
5. Under "Pages policies", deselect **Enable {% data variables.product.prodname_pages %}**.
65
60

66
61
{% data reusables.enterprise-accounts.pages-policies-save %}
Copy file name to clipboardExpand all lines: content/admin/configuration/managing-connections-between-your-enterprise-accounts/enabling-unified-search-between-your-enterprise-account-and-githubcom.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,9 @@ topics:
25
25
26
26
When you enable unified search, users can view search results from public and private content on {% data variables.product.prodname_dotcom_the_website %} when searching from {% data variables.product.product_location %}{% ifversion ghae %} on {% data variables.product.prodname_ghe_managed %}{% endif %}.
27
27
28
-
Users will not be able to search {% data variables.product.product_location %} from {% data variables.product.prodname_dotcom_the_website %}, even if they have access to both environments. Users can only search private repositories you've enabled {% data variables.product.prodname_unified_search %} for and that they have access to in the connected {% data variables.product.prodname_ghe_cloud %} organizations. For more information, see "[About searching on {% data variables.product.prodname_dotcom %}](/search-github/getting-started-with-searching-on-github/about-searching-on-github/#searching-across-github-enterprise-and-githubcom-simultaneously)" and "[Enabling private {% data variables.product.prodname_dotcom_the_website %} repository search in your enterprise account](/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment)."
28
+
After you enable unified search for {% data variables.product.product_location %}, individual users must also connect their user accounts on {% data variables.product.product_name %} with their user accounts on {% data variables.product.prodname_dotcom_the_website %} in order to see search results from {% data variables.product.prodname_dotcom_the_website %} on {% data variables.product.product_location %}. For more information, see "[Enabling {% data variables.product.prodname_dotcom_the_website %} repository search in your private enterprise account](/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment)."
29
+
30
+
Users will not be able to search {% data variables.product.product_location %} from {% data variables.product.prodname_dotcom_the_website %}, even if they have access to both environments. Users can only search private repositories you've enabled {% data variables.product.prodname_unified_search %} for and that they have access to in the connected {% data variables.product.prodname_ghe_cloud %} organizations. For more information, see "[About searching on {% data variables.product.prodname_dotcom %}](/search-github/getting-started-with-searching-on-github/about-searching-on-github/#searching-across-github-enterprise-and-githubcom-simultaneously)."
29
31
30
32
Searching via the REST and GraphQL APIs does not include {% data variables.product.prodname_dotcom_the_website %} search results. Advanced search and searching for wikis in {% data variables.product.prodname_dotcom_the_website %} are not supported.
0 commit comments