Skip to content

Commit fd89248

Browse files
authored
Merge pull request #44120 from github/repo-sync
Repo sync
2 parents ffd71be + 9b7fb6a commit fd89248

30 files changed

Lines changed: 498 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Docs changelog
22

3+
**7 May 2026**
4+
5+
Enterprise administrators can now centrally manage plugin standards for Copilot CLI. We added two new articles:
6+
7+
* A conceptual article explaining how enterprise plugin standards work: [About enterprise-managed plugin standards for Copilot CLI](https://docs.github.com/en/copilot/concepts/agents/copilot-cli/about-enterprise-plugin-standards)
8+
* A how-to article for configuring available marketplaces and default-enabled plugins: [Configuring enterprise plugin standards for Copilot CLI](https://docs.github.com/en/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-agents/configure-enterprise-plugin-standards)
9+
10+
<hr>
11+
312
**23 April 2026**
413

514
We added documentation for the new `gh skill` command (public preview), which you can use to discover, install, update, and publish agent skills directly from GitHub CLI.

content/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Organization owners can manage the display of member names in an organization.
2020

2121
Changes to the display of usernames within an organization will affect the display of other people's usernames, not your own. Each organization member chooses their own profile name in their settings. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile#changing-your-profile-name).
2222

23+
{% ifversion ghec %}
24+
> [!NOTE]
25+
> If your organization is part of an enterprise, an enterprise owner may control whether organizations can manage this setting. For more information, see [AUTOTITLE](/admin/managing-your-enterprise-account/configuring-user-display-names-for-your-enterprise).
26+
27+
{% endif %}
28+
2329
{% ifversion ghes %}
2430
You may not be able to configure this setting for your organization, if an enterprise owner has set a policy at the enterprise level. For more information, see [AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-outside-collaborators-to-repositories).{% endif %}
2531

content/pull-requests/collaborating-with-pull-requests/working-with-forks/detaching-a-fork.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ category:
1010
- Work with forks
1111
---
1212

13-
{% ifversion ghes > 3.16 %}
13+
{% ifversion fpt or ghec or ghes > 3.16 %}
1414

1515
## Converting a fork into a standalone repository
1616

@@ -21,9 +21,13 @@ To turn your fork into a standalone repository, you can leave the fork network e
2121
> * All git commit metadata will be preserved. Commits may become eligible to be counted as contributions if they meet certain criteria. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile#your-local-git-commit-email-isnt-connected-to-your-account).
2222
> * Leaving the fork network is **permanent** and the new repository **cannot** be reconnected to the fork network.
2323
24+
{% ifversion ghes %}
25+
2426
> [!NOTE]
2527
> If you are unable to detach a fork, contact your site administrator.
2628
29+
{% endif %}
30+
2731
## Leaving the fork network
2832

2933
You can only detach forks with the leave network option when:
@@ -42,7 +46,7 @@ While the fork is being detached, some operations will be briefly unavailable un
4246

4347
{% endif %}
4448

45-
## Manually Leaving the fork network
49+
## Manually leaving the fork network
4650

4751
To turn your fork into a standalone repository, you can clone the fork, use the clone to create a new repository, and then delete the fork removing the connection to the original network.
4852

content/rest/code-security/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ intro: >-
66
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
77
fpt: '*'
88
ghec: '*'
9-
ghes: '>=3.15'
9+
ghes: '*'
1010
autogenerated: rest
1111
allowTitleToDifferFromFilename: true
1212
category:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: REST API endpoints for enterprise credential authorizations
3+
shortTitle: Credential authorizations
4+
intro: Use the REST API to manage enterprise credential authorizations.
5+
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
6+
ghec: '*'
7+
autogenerated: rest
8+
allowTitleToDifferFromFilename: true
9+
---
10+
11+
<!-- Content after this section is automatically generated -->

content/rest/enterprise-admin/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ children:
1717
- /audit-log
1818
- /bypass-requests
1919
- /code-security-and-analysis
20+
- /credential-authorizations
2021
- /custom-properties
2122
- /custom-properties-for-orgs
2223
- /enterprise-roles

content/support/learning-about-github-support/about-github-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ To learn more about training options, including customized trainings, see [{% da
141141

142142
### Support in English
143143

144-
For standard non-urgent issues, we offer support in English 24 hours per day, 5 days per week, excluding weekends and national U.S. holidays. The standard response time is 24 hours.
144+
For standard non-urgent issues, we offer support in English 24 hours per day, 5 days per week, excluding weekends and national U.S. holidays.
145145

146146
{% ifversion ghes %}
147147
For urgent issues, we are available 24 hours per day, 7 days per week, even during national U.S. holidays.

src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,23 @@
447447
}
448448
]
449449
},
450+
"enterprise_credentials": {
451+
"title": "Enterprise credentials",
452+
"displayTitle": "Enterprise permissions for \"Enterprise credentials\"",
453+
"permissions": [
454+
{
455+
"category": "enterprise-admin",
456+
"slug": "revoke-all-credential-authorizations-for-an-enterprise",
457+
"subcategory": "credential-authorizations",
458+
"verb": "post",
459+
"requestPath": "/enterprises/{enterprise}/credential-authorizations/revoke-all",
460+
"access": "write",
461+
"user-to-server": true,
462+
"server-to-server": true,
463+
"additional-permissions": false
464+
}
465+
]
466+
},
450467
"enterprise_custom_properties_for_organizations": {
451468
"title": "Enterprise custom properties for organizations",
452469
"displayTitle": "Enterprise permissions for \"Enterprise custom properties for organizations\"",

src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,6 +2898,12 @@
28982898
"verb": "get",
28992899
"requestPath": "/enterprises/{enterprise}/consumed-licenses"
29002900
},
2901+
{
2902+
"slug": "revoke-all-credential-authorizations-for-an-enterprise",
2903+
"subcategory": "credential-authorizations",
2904+
"verb": "post",
2905+
"requestPath": "/enterprises/{enterprise}/credential-authorizations/revoke-all"
2906+
},
29012907
{
29022908
"slug": "get-all-enterprise-roles-for-an-enterprise",
29032909
"subcategory": "enterprise-roles",

src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,6 +3146,12 @@
31463146
"verb": "get",
31473147
"requestPath": "/enterprises/{enterprise}/consumed-licenses"
31483148
},
3149+
{
3150+
"slug": "revoke-all-credential-authorizations-for-an-enterprise",
3151+
"subcategory": "credential-authorizations",
3152+
"verb": "post",
3153+
"requestPath": "/enterprises/{enterprise}/credential-authorizations/revoke-all"
3154+
},
31493155
{
31503156
"slug": "get-all-enterprise-roles-for-an-enterprise",
31513157
"subcategory": "enterprise-roles",

0 commit comments

Comments
 (0)