Skip to content

Commit 39d68c3

Browse files
Merge branch 'main' into patch-9
2 parents 749b931 + 954731d commit 39d68c3

551 files changed

Lines changed: 16811 additions & 14814 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/site-policy-reminder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
2523
with:
24+
token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2625
issue-number: ${{ github.event.pull_request.number }}
2726
body: |
2827
Before merging, please remember to change the title of this PR to a description of its changes that is suitable for public viewing on github/site-policy.

.github/workflows/site-policy-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434
with:
3535
repository: github/site-policy
36-
token: ${{ secrets.API_TOKEN_SITEPOLICY }}
36+
token: ${{ secrets.DOCS_BOT_PAT_BASE }}
3737
fetch-depth: ''
3838
path: public-repo
3939

CHANGELOG.md

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

3+
**19 May 2026**
4+
5+
We published the first iteration of a [journey landing page](https://docs.github.com/en/enterprise-cloud@latest/copilot/get-started/enterprise-ai-governance) for enterprises adopting and governing GitHub Copilot. The journey covers sign-off and adoption, governance of core features, and agent adoption. It includes six newly published guides alongside some refreshed existing content.
6+
7+
<hr>
8+
9+
**16 May 2026**
10+
11+
To help admins understand security configuration statuses, we documented the relationship between organization and enterprise configurations and repositories, including how and why that relationship changes.
12+
13+
- [Security configuration statuses](https://docs.github.com/en/code-security/reference/security-at-scale/security-configuration-statuses) covers all 8 statuses a security configuration can have, with descriptions, causes, and recommended actions
14+
- [Diagnosing security configuration issues](https://docs.github.com/en/code-security/reference/security-at-scale/troubleshoot-security-configurations/diagnosing-security-configuration-issues) now covers `removed` and `removed_by_enterprise` statuses in addition to `failed`
15+
- [About enabling security features at scale](https://docs.github.com/en/code-security/concepts/security-at-scale/about-enabling-security-features-at-scale) explains how configurations relate to repositories over time
16+
17+
<hr>
18+
19+
**15 May 2026**
20+
21+
We've published a new [GitHub Secret Protection adoption journey landing page](https://docs.github.com/en/code-security/tutorials/secret-protection-adoption-path) for AppSec administrators. Our content audit found that while individual GHSP articles existed, there was no clear end-to-end path from evaluation to organization-wide rollout.
22+
23+
The new page organizes existing content into a 5-phase adoption journey: assess secret risk, evaluate fit and cost, pilot with selected repositories, monitor metrics, and scale protection across your organization 🎉
24+
25+
<hr>
26+
327
**12 May 2026**
428

529
We have now published the GitHub Enterprise Server (GHES) 3.21 release candidate notes. You can read the full notes here:
32.2 KB
Loading
53.8 KB
Loading
17.4 KB
Loading
12.2 KB
Loading
-72.4 KB
Loading

content/account-and-profile/how-tos/account-management/moving-your-work-to-an-organization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ If you want your new organization to use your current personal account username,
2828

2929
## Further reading
3030

31+
{% ifversion fpt or ghec %}
3132
- [AUTOTITLE](/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization)
33+
{% else %}
34+
- [AUTOTITLE](/organizations/managing-membership-in-your-organization/adding-people-to-your-organization)
35+
{% endif %}
3236
- [AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization)

content/actions/concepts/security/github_token.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ The token is also available in the `github.token` context. For more information,
2929

3030
{% data reusables.actions.actions-do-not-trigger-workflows %}
3131

32+
{% ifversion actions-github-token-pull-request-approval %}
33+
> [!NOTE]
34+
> If you need workflow runs from workflow-created pull requests to execute without requiring approval, use a {% data variables.product.prodname_github_app %} installation access token or a {% data variables.product.pat_generic %} instead of `GITHUB_TOKEN` when creating or updating the pull request.
35+
{% endif %}
36+
3237
{% data reusables.actions.actions-do-not-trigger-pages-rebuilds %}
3338

3439
## Next steps

0 commit comments

Comments
 (0)