Skip to content

Commit cda3e81

Browse files
authored
Merge pull request #36106 from github/repo-sync
Repo sync
2 parents d72b2d7 + d891251 commit cda3e81

File tree

21 files changed

+24
-24
lines changed

21 files changed

+24
-24
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export GITHUB_ACTIONS_RUNNER_TLS_NO_VERIFY=1
112112
{% endwindows %}
113113

114114
> [!WARNING]
115-
> Disabling TLS verification is not recommended since TLS provides privacy and data integrity between the self-hosted runner application and {% data variables.product.product_name %}. We recommend that you install the {% data variables.product.product_name %} certificate in the operating system certificate store for your self-hosted runner. For guidance on how to install the {% data variables.product.product_name %} certificate, check with your operating system vendor.
115+
> Disabling TLS verification is not recommended since TLS provides privacy and data integrity between the self-hosted runner application and {% data variables.product.github %}. We recommend that you install the {% data variables.product.github %} certificate in the operating system certificate store for your self-hosted runner. For guidance on how to install the {% data variables.product.github %} certificate, check with your operating system vendor.
116116
117117
## Reviewing the self-hosted runner application log files
118118

content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/enabling-guest-collaborators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ This gives the user access to the repository without giving them access to other
107107
## Further reading
108108

109109
* [Tutorial: Configure GitHub Enterprise Managed User for automatic user provisioning](https://learn.microsoft.com/en-us/entra/identity/saas-apps/github-enterprise-managed-user-provisioning-tutorial) in the Entra ID documentation
110-
* [Configure PingFederate for provisioning and SSO](https://docs.pingidentity.com/integrations/github/github_emu_provisioner/vup1682006069653.html) in the PingIdentity documentation
110+
* [Configure PingFederate for provisioning and SSO](https://docs.pingidentity.com/integrations/github/github_emu_provisioner/pf_gh_emu_configure_pf_for_provisioning_and_sso.html) in the PingIdentity documentation
111111
* [AUTOTITLE](/admin/managing-iam/provisioning-user-accounts-for-enterprise-managed-users/configuring-scim-provisioning-with-okta)
112112
* [AUTOTITLE](/admin/identity-and-access-management/provisioning-user-accounts-for-enterprise-managed-users/provisioning-users-with-scim-using-the-rest-api)

content/admin/managing-iam/provisioning-user-accounts-with-scim/configuring-authentication-and-provisioning-with-pingfederate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In addition:
4949
* To configure SCIM, you must have completed **steps 1 to 4** in [AUTOTITLE](/admin/managing-iam/provisioning-user-accounts-with-scim/configuring-scim-provisioning-for-users).
5050
* You will need the {% data variables.product.pat_v1 %} created for the setup user to authenticate requests from PingFederate.
5151
{%- endif %}
52-
* You must have installed the "GitHub EMU connector" on PingFederate. To download and install the connector, see [Install the provisioner](https://docs.pingidentity.com/integrations/github/github_emu_provisioner/wie1563995015164.html) in the PingIdentity documentation.
52+
* You must have installed the "GitHub EMU connector" on PingFederate. To download and install the connector, see [Install the provisioner](https://docs.pingidentity.com/integrations/github/github_emu_provisioner/pf_gh_emu_install_the_provisioner.html) in the PingIdentity documentation.
5353
* To provision users with SCIM, you must use an LDAP server as the backing data store.
5454
* You may need to configure the firewall in PingFederate to allow outbound connections to {% ifversion ghes %}the `https://HOSTNAME/api/v3/scim/v2` endpoint on your {% data variables.product.prodname_ghe_server %} instance.{% else %}the SCIM endpoints on {% data variables.product.github %}:
5555
* For **{% data variables.product.prodname_dotcom_the_website %}**: `https://api.github.com/scim/v2/enterprises/ENTERPRISE`

content/copilot/managing-copilot/managing-github-copilot-in-your-organization/configuring-your-proxy-server-or-firewall-for-copilot.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ If your company employs security measures like a firewall or proxy server, you s
1515
| Domain and/or URL | Purpose |
1616
| :------------------------------------- | :--------------------------------- |
1717
| `https://github.com/login/*` | Authentication |
18+
| `https://github.com/enterprises/YOUR-ENTERPRISE/*` | Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} |
1819
| `https://api.github.com/user` | User Management |
1920
| `https://api.github.com/copilot_internal/*` | User Management |
2021
| `https://copilot-telemetry.githubusercontent.com/telemetry` | Telemetry |

content/get-started/onboarding/getting-started-with-your-github-account.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ For more information, see [AUTOTITLE](/code-security/supply-chain-security).
211211

212212
{% data reusables.support.ask-and-answer-forum %}
213213

214-
### 3. Reading about {% data variables.product.product_name %} on {% data variables.product.prodname_docs %}
214+
### 3. Reading about {% data variables.product.github %} on {% data variables.product.prodname_docs %}
215215

216216
{% data reusables.docs.you-can-read-docs-for-your-product %}
217217

content/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Some IdPs support provisioning access to a {% data variables.product.prodname_do
5252

5353
## Adding members to an organization using SAML SSO
5454

55-
After you enable SAML SSO, there are multiple ways you can add new members to your organization. Organization owners can invite new members manually on {% data variables.product.product_name %} or using the API. For more information, see [AUTOTITLE](/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization) and [AUTOTITLE](/rest/orgs#add-or-update-organization-membership).
55+
After you enable SAML SSO, there are multiple ways you can add new members to your organization. Organization owners can invite new members manually on {% data variables.product.github %} or using the API. For more information, see [AUTOTITLE](/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization) and [AUTOTITLE](/rest/orgs#add-or-update-organization-membership).
5656

5757
To provision new users without an invitation from an organization owner, you can use the URL `https://github.com/orgs/ORGANIZATION/sso/sign_up`, replacing ORGANIZATION with the name of your organization. For example, you can configure your IdP so that anyone with access to the IdP can click a link on the IdP's dashboard to join your {% data variables.product.prodname_dotcom %} organization.
5858

content/packages/learn-github-packages/introduction-to-github-packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For more information about Docker and the {% data variables.product.prodname_con
9595

9696
## Managing packages
9797

98-
You can delete a package in the {% data variables.product.product_name %} user interface or using the REST API. For more information, see [AUTOTITLE](/packages/learn-github-packages/deleting-and-restoring-a-package) and the [AUTOTITLE](/rest/packages). {% data reusables.package_registry.about-graphql-support %}
98+
You can delete a package in the {% data variables.product.github %} user interface or using the REST API. For more information, see [AUTOTITLE](/packages/learn-github-packages/deleting-and-restoring-a-package) and the [AUTOTITLE](/rest/packages). {% data reusables.package_registry.about-graphql-support %}
9999

100100
When you use the GraphQL API to query and delete private packages, you must use the same {% data variables.product.pat_v1 %} you use to authenticate to {% data variables.product.prodname_registry %}.
101101

content/rest/emojis/emojis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ shortTitle: Emojis
44
allowTitleToDifferFromFilename: true
55
intro: >-
66
Use the REST API to list and view all the available emojis to use on {% data
7-
variables.product.product_name %}.
7+
variables.product.github %}.
88
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
99
fpt: '*'
1010
ghec: '*'

content/rest/emojis/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: REST API endpoints for emojis
33
shortTitle: Emojis
44
allowTitleToDifferFromFilename: true
55
intro: >-
6-
Use the REST API to list and view all the available emojis to use on {% data
7-
variables.product.product_name %}.
6+
Use the REST API to list and view all the available emojis to use on {% data variables.product.github %}.
87
versions:
98
fpt: '*'
109
ghec: '*'

content/rest/meta/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ shortTitle: Meta
44
allowTitleToDifferFromFilename: true
55
intro: >-
66
Use the REST API to get meta information about {% data
7-
variables.product.product_name %}, including the IP addresses of {% data
8-
variables.product.product_name %} services.
7+
variables.product.github %}, including the IP addresses of {% data
8+
variables.product.github %} services.
99
versions:
1010
fpt: '*'
1111
ghec: '*'

content/rest/meta/meta.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ shortTitle: Meta
44
allowTitleToDifferFromFilename: true
55
intro: >-
66
Use the REST API to get meta information about {% data
7-
variables.product.product_name %}, including the IP addresses of {% data
8-
variables.product.product_name %} services.
7+
variables.product.github %}, including the IP addresses of {% data
8+
variables.product.github %} services.
99
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
1010
fpt: '*'
1111
ghec: '*'

content/rest/migrations/users.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ allowTitleToDifferFromFilename: true
44
shortTitle: Users
55
intro: >-
66
Use the REST API to review, backup, or migrate your user data stored on {%
7-
data variables.product.product_name %}.com.
7+
data variables.product.github %}.
88
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
99
fpt: '*'
1010
ghec: '*'

content/rest/orgs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: REST API endpoints for organizations
33
shortTitle: Organizations
44
intro: >-
55
Use the REST API to control and manage all your {% data
6-
variables.product.product_name %} organizations.
6+
variables.product.github %} organizations.
77
allowTitleToDifferFromFilename: true
88
redirect_from:
99
- /v3/orgs

content/rest/search/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ shortTitle: Search
44
allowTitleToDifferFromFilename: true
55
intro: >-
66
Use the REST API to search for specific items on {% data
7-
variables.product.product_name %}.
7+
variables.product.github %}.
88
versions:
99
fpt: '*'
1010
ghec: '*'

content/rest/teams/members.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: REST API endpoints for team members
33
intro: >-
44
Use the REST API to create and manage membership of teams in your {% data
5-
variables.product.product_name %} organization.
5+
variables.product.github %} organization.
66
allowTitleToDifferFromFilename: true
77
shortTitle: Members
88
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖

content/rest/teams/teams.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ shortTitle: Teams
44
allowTitleToDifferFromFilename: true
55
intro: >-
66
Use the REST API to create and manage teams in your {% data
7-
variables.product.product_name %} organization.
7+
variables.product.github %} organization.
88
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
99
fpt: '*'
1010
ghec: '*'

data/glossaries/external.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
description: A movable square within a project board associated with an issue or pull request.
8080
- term: check
8181
description: >-
82-
A check is a type of status check on {% data variables.product.product_name %}. See [Status checks](#status-checks).
82+
A check is a type of status check on {% data variables.product.github %}. See [Status checks](#status-checks).
8383
- term: checkout
8484
description: >-
8585
You can use `git checkout` on the command line to create a new branch, change your current working branch to a different branch, or even to switch to a different version of a file from a different branch with `git checkout [branchname] [path to file]`. The "checkout" action updates all or part of the working tree with a tree object or
@@ -689,7 +689,7 @@
689689
description: To combine multiple commits into a single commit. Also a Git command.
690690
- term: SSH key
691691
description: >-
692-
SSH keys are a way to identify yourself to an online server, using an encrypted message. It's as if your computer has its own unique password to another service. {% data variables.product.product_name %} uses SSH keys to securely transfer information to your computer.
692+
SSH keys are a way to identify yourself to an online server, using an encrypted message. It's as if your computer has its own unique password to another service. {% data variables.product.github %} uses SSH keys to securely transfer information to your computer.
693693
- term: staging instance
694694
description: >-
695695
A way to test modifications before they are applied to your actual GitHub

data/learning-tracks/admin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ get_started_with_your_enterprise_account:
171171
title: Get started with your enterprise account
172172
description: >-
173173
Get started with your enterprise account to centrally manage multiple
174-
organizations on {% data variables.product.product_name %}.
174+
organizations on {% data variables.product.github %}.
175175
versions:
176176
ghes: '*'
177177
ghec: '*'

data/reusables/discussions/marking-a-comment-as-an-answer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
You can mark a comment in the discussion as an answer to the discussion if a discussion is within a category that accepts answers. For more information, see [AUTOTITLE](/discussions/collaborating-with-your-community-using-discussions/about-discussions#about-categories-and-formats-for-discussions).
22

3-
When you mark a question as an answer, {% data variables.product.product_name %} will highlight the comment and replies to the comment to help visitors quickly find the answer.
3+
When you mark a question as an answer, {% data variables.product.github %} will highlight the comment and replies to the comment to help visitors quickly find the answer.
44

55
![Screenshot of a comment marked as the answer to a discussion.](/assets/images/help/discussions/comment-marked-as-answer.png)
66

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% ifversion not ghec %}By default, a{% else %}A{% endif %} user account is considered to be dormant if it has not been active for 90 days. {% ifversion not ghec %}You can configure the length of time a user must be inactive to be considered dormant{% ifversion ghes %} and choose to suspend dormant users to release user licenses{% endif %}.{% endif %}
1+
{% ifversion not ghec %}By default, a{% else %}A{% endif %} user account is considered to be dormant if it has not been active for 30 days. {% ifversion not ghec %}You can configure the length of time a user must be inactive to be considered dormant{% ifversion ghes %} and choose to suspend dormant users to release user licenses{% endif %}.{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The dormancy threshold is the length of time a user must be inactive to be considered dormant. The default dormancy threshold is 90 days, however you can customize the dormancy threshold for {% data variables.location.product_location %}.
1+
The dormancy threshold is the length of time a user must be inactive to be considered dormant. The default dormancy threshold is 30 days, however you can customize the dormancy threshold for {% data variables.location.product_location %}.

0 commit comments

Comments
 (0)