Skip to content

Commit

Permalink
Merge pull request #36106 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jan 30, 2025
2 parents d72b2d7 + d891251 commit cda3e81
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export GITHUB_ACTIONS_RUNNER_TLS_NO_VERIFY=1
{% endwindows %}

> [!WARNING]
> 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.
> 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.
## Reviewing the self-hosted runner application log files

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ This gives the user access to the repository without giving them access to other
## Further reading

* [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
* [Configure PingFederate for provisioning and SSO](https://docs.pingidentity.com/integrations/github/github_emu_provisioner/vup1682006069653.html) in the PingIdentity documentation
* [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
* [AUTOTITLE](/admin/managing-iam/provisioning-user-accounts-for-enterprise-managed-users/configuring-scim-provisioning-with-okta)
* [AUTOTITLE](/admin/identity-and-access-management/provisioning-user-accounts-for-enterprise-managed-users/provisioning-users-with-scim-using-the-rest-api)
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In addition:
* 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).
* You will need the {% data variables.product.pat_v1 %} created for the setup user to authenticate requests from PingFederate.
{%- endif %}
* 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.
* 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.
* To provision users with SCIM, you must use an LDAP server as the backing data store.
* 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 %}:
* For **{% data variables.product.prodname_dotcom_the_website %}**: `https://api.github.com/scim/v2/enterprises/ENTERPRISE`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ If your company employs security measures like a firewall or proxy server, you s
| Domain and/or URL | Purpose |
| :------------------------------------- | :--------------------------------- |
| `https://github.com/login/*` | Authentication |
| `https://github.com/enterprises/YOUR-ENTERPRISE/*` | Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} |
| `https://api.github.com/user` | User Management |
| `https://api.github.com/copilot_internal/*` | User Management |
| `https://copilot-telemetry.githubusercontent.com/telemetry` | Telemetry |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ For more information, see [AUTOTITLE](/code-security/supply-chain-security).

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

### 3. Reading about {% data variables.product.product_name %} on {% data variables.product.prodname_docs %}
### 3. Reading about {% data variables.product.github %} on {% data variables.product.prodname_docs %}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Some IdPs support provisioning access to a {% data variables.product.prodname_do

## Adding members to an organization using SAML SSO

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).
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).

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For more information about Docker and the {% data variables.product.prodname_con

## Managing packages

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 %}
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 %}

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 %}.

Expand Down
2 changes: 1 addition & 1 deletion content/rest/emojis/emojis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shortTitle: Emojis
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to list and view all the available emojis to use on {% data
variables.product.product_name %}.
variables.product.github %}.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
Expand Down
3 changes: 1 addition & 2 deletions content/rest/emojis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ title: REST API endpoints for emojis
shortTitle: Emojis
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to list and view all the available emojis to use on {% data
variables.product.product_name %}.
Use the REST API to list and view all the available emojis to use on {% data variables.product.github %}.
versions:
fpt: '*'
ghec: '*'
Expand Down
4 changes: 2 additions & 2 deletions content/rest/meta/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ shortTitle: Meta
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to get meta information about {% data
variables.product.product_name %}, including the IP addresses of {% data
variables.product.product_name %} services.
variables.product.github %}, including the IP addresses of {% data
variables.product.github %} services.
versions:
fpt: '*'
ghec: '*'
Expand Down
4 changes: 2 additions & 2 deletions content/rest/meta/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ shortTitle: Meta
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to get meta information about {% data
variables.product.product_name %}, including the IP addresses of {% data
variables.product.product_name %} services.
variables.product.github %}, including the IP addresses of {% data
variables.product.github %} services.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/migrations/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ allowTitleToDifferFromFilename: true
shortTitle: Users
intro: >-
Use the REST API to review, backup, or migrate your user data stored on {%
data variables.product.product_name %}.com.
data variables.product.github %}.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/orgs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: REST API endpoints for organizations
shortTitle: Organizations
intro: >-
Use the REST API to control and manage all your {% data
variables.product.product_name %} organizations.
variables.product.github %} organizations.
allowTitleToDifferFromFilename: true
redirect_from:
- /v3/orgs
Expand Down
2 changes: 1 addition & 1 deletion content/rest/search/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shortTitle: Search
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to search for specific items on {% data
variables.product.product_name %}.
variables.product.github %}.
versions:
fpt: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/teams/members.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: REST API endpoints for team members
intro: >-
Use the REST API to create and manage membership of teams in your {% data
variables.product.product_name %} organization.
variables.product.github %} organization.
allowTitleToDifferFromFilename: true
shortTitle: Members
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
Expand Down
2 changes: 1 addition & 1 deletion content/rest/teams/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shortTitle: Teams
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to create and manage teams in your {% data
variables.product.product_name %} organization.
variables.product.github %} organization.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
Expand Down
4 changes: 2 additions & 2 deletions data/glossaries/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
description: A movable square within a project board associated with an issue or pull request.
- term: check
description: >-
A check is a type of status check on {% data variables.product.product_name %}. See [Status checks](#status-checks).
A check is a type of status check on {% data variables.product.github %}. See [Status checks](#status-checks).
- term: checkout
description: >-
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
Expand Down Expand Up @@ -689,7 +689,7 @@
description: To combine multiple commits into a single commit. Also a Git command.
- term: SSH key
description: >-
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.
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.
- term: staging instance
description: >-
A way to test modifications before they are applied to your actual GitHub
Expand Down
2 changes: 1 addition & 1 deletion data/learning-tracks/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ get_started_with_your_enterprise_account:
title: Get started with your enterprise account
description: >-
Get started with your enterprise account to centrally manage multiple
organizations on {% data variables.product.product_name %}.
organizations on {% data variables.product.github %}.
versions:
ghes: '*'
ghec: '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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).

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.
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.

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

Expand Down
Original file line number Diff line number Diff line change
@@ -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 %}
{% 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 number Diff line number Diff line change
@@ -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 %}.
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 comments on commit cda3e81

Please sign in to comment.