Skip to content

Commit 8322ff8

Browse files
Merge branch 'main' into watchevent-starring-clarification
2 parents 6e202f9 + f249b96 commit 8322ff8

30 files changed

Lines changed: 1141 additions & 379 deletions

File tree

.github/workflows/sync-secret-scanning.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,27 @@ jobs:
7272
--title "Sync secret scanning data" \
7373
--body '👋 humans. This PR updates the secret scanning data with the latest changes from github/token-scanning-service.
7474
75-
/cc @github/docs-content-security-products
75+
If CI passes, this PR will be auto-merged. :green_heart:
7676
7777
If CI does not pass or other problems arise, contact #docs-engineering on Slack.' \
7878
--repo github/docs-internal \
79-
--label secret-scanning-pipeline,'skip FR board',ready-for-doc-review,workflow-generated \
79+
--label secret-scanning-pipeline,'skip FR board',workflow-generated \
8080
--head=$branchname
8181
82+
# can't approve your own PR, approve with Actions
83+
echo "Approving pull request..."
84+
unset GITHUB_TOKEN
85+
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
86+
gh pr review --approve
87+
echo "Approved pull request"
88+
89+
# Actions can't merge the PR so back to docs-bot to merge
90+
echo "Setting pull request to auto merge..."
91+
unset GITHUB_TOKEN
92+
gh auth login --with-token <<< "${{ secrets.DOCS_BOT_PAT_BASE }}"
93+
gh pr merge --auto --merge
94+
echo "Set pull request to auto merge"
95+
8296
- uses: ./.github/actions/slack-alert
8397
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
8498
with:
333 KB
Loading

content/actions/reference/workflows-and-actions/workflow-cancellation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ When canceling a workflow run, you may be running other software that uses resou
1919
1. For jobs that need to be canceled, the server sends a cancellation message to all the runner machines with jobs that need to be canceled.
2020
1. For jobs that continue to run, the server re-evaluates `if` conditions for the unfinished steps. If the condition evaluates to `true`, the step continues to run. You can use the `cancelled` expression to apply a status check of `cancelled()`. For more information, see [AUTOTITLE](/actions/reference/evaluate-expressions-in-workflows-and-actions#cancelled).
2121
1. For steps that need to be canceled, the runner machine sends `SIGINT/Ctrl-C` to the step's entry process (`node` for JavaScript actions, `docker` for container actions, and `bash/cmd/pwd` when using `run` in a step). If the process doesn't exit within 7500 ms, the runner will send `SIGTERM/Ctrl-Break` to the process, then wait for 2500 ms for the process to exit. If the process is still running, the runner kills the process tree.
22-
1. After the 5 minute cancellation timeout period, the server will forcibly terminate all jobs and steps that are still running.
22+
1. After the 5 minute cancellation timeout period, the server will forcibly terminate all jobs and steps marked for cancellation that are still running.

content/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/configuring-oidc-for-enterprise-managed-users.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ To change the lifetime policy property, you will need the object ID associated w
3636

3737
Support for OIDC is available for customers using Entra ID.
3838

39+
{% data reusables.enterprise-accounts.gov-cloud-idp-not-supported %}
40+
3941
Each Entra ID tenant can support only one OIDC integration with {% data variables.product.prodname_emus %}. If you want to connect Entra ID to more than one enterprise on {% data variables.product.prodname_dotcom %}, use SAML instead. See [AUTOTITLE](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users).
4042

4143
OIDC does not support IdP-initiated authentication.

content/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/configuring-saml-single-sign-on-for-enterprise-managed-users.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ With {% data variables.product.prodname_emus %}, access to your enterprise's res
2727

2828
After you configure SAML SSO, we recommend storing your recovery codes so you can recover access to your enterprise in the event that your IdP is unavailable.
2929

30+
{% data reusables.enterprise-accounts.gov-cloud-idp-not-supported %}
31+
3032
{% data reusables.enterprise_user_management.SAML-to-OIDC-migration-for-EMU %}
3133

3234
## Prerequisites

content/admin/managing-iam/provisioning-user-accounts-with-scim/configuring-scim-provisioning-for-users.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ category:
2626

2727
If you use a partner IdP, you can simplify the configuration of SCIM provisioning by using the partner IdP's application. If you don't use a partner IdP for provisioning, you can implement SCIM using calls to {% data variables.product.company_short %}'s REST API for SCIM. For more information, see {% ifversion ghec %}[AUTOTITLE](/admin/managing-iam/understanding-iam-for-enterprises/about-enterprise-managed-users#identity-management-systems).{% else %}[AUTOTITLE](/admin/managing-iam/provisioning-user-accounts-with-scim/user-provisioning-with-scim-on-ghes#supported-identity-providers).{% endif %}
2828

29+
{% data reusables.enterprise-accounts.gov-cloud-idp-not-supported %}
30+
2931
{% ifversion ghes %}
3032

3133
## Who needs to follow these instructions?

content/admin/managing-iam/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ If an unauthenticated user attempts to sign in to {% data variables.location.pro
6565

6666
For more information about connecting Microsoft Entra ID (previously known as Azure AD) to your enterprise, see [Tutorial: Microsoft Entra SSO integration with GitHub Enterprise Cloud - Enterprise Account](https://learn.microsoft.com/en-us/entra/identity/saas-apps/github-enterprise-cloud-enterprise-account-tutorial) in Microsoft Docs.
6767

68+
{% data reusables.enterprise-accounts.gov-cloud-idp-not-supported %}
69+
6870
{% elsif ghes %}
6971

7072
For more information about connecting Entra ID to your enterprise, see [Tutorial: Microsoft Entra SSO integration with GitHub Enterprise Server](https://learn.microsoft.com/en-us/entra/identity/saas-apps/github-ae-tutorial) in Microsoft Docs.
7173

72-
We do not have a supported partner application when using Entra ID for Azure Government.
74+
{% data reusables.enterprise-accounts.gov-cloud-idp-not-supported %}
7375

7476
## Username considerations with SAML
7577

content/apps/creating-github-apps/authenticating-with-a-github-app/generating-an-installation-access-token-for-a-github-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ In order to authenticate as an app installation, you must generate an installati
1919
2020
You should keep your installation access token secure. For more information, see [AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/best-practices-for-creating-a-github-app).
2121

22+
{% data reusables.apps.ghs-stateless-token-format %}
23+
2224
## Generating an installation access token
2325

2426
{% data reusables.apps.generate-installation-access-token %}

content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ To use a {% data variables.product.pat_generic %} or SSH key to access resources
145145

146146
{% data variables.product.company_short %} issues tokens that begin with a prefix to indicate the token's type.
147147

148+
{% data reusables.apps.ghs-stateless-token-format %}
149+
148150
| Token type | Prefix | More information |
149151
| :- | :- | :- |
150152
| {% data variables.product.pat_v1_caps %} | `ghp_` | [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-personal-access-token-classic) |
@@ -154,4 +156,4 @@ To use a {% data variables.product.pat_generic %} or SSH key to access resources
154156
| Installation access token for a {% data variables.product.prodname_github_app %} | `ghs_` | [AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation) |
155157
| Refresh token for a {% data variables.product.prodname_github_app %} | `ghr_` | [AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens) |
156158

157-
For more information {% data variables.product.github %}'s token types and their management, see [AUTOTITLE](/organizations/managing-programmatic-access-to-your-organization/github-credential-types).
159+
For more information {% data variables.product.github %}'s token types and their management, see [AUTOTITLE](/organizations/managing-programmatic-access-to-your-organization/github-credential-types).

content/billing/how-tos/products/manage-ghas-licenses.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ For information about using policies to control use of licenses in your enterpri
4040
1. To the right of "{% data variables.product.prodname_AS %}", select {% octicon "kebab-horizontal" aria-label="Open menu" %}, then click **Cancel subscription**.
4141
1. To confirm your cancellation, click **I understand, cancel {% data variables.product.prodname_AS %}**.
4242

43-
{% ifversion disable-ghas-button %}
44-
4543
## Disabling {% data variables.product.prodname_GHAS %} in an enterprise
4644

4745
Enterprise owners can disable {% data variables.product.prodname_GHAS %} completely and set a policy to prevent future re-enablement. See [AUTOTITLE](/billing/how-tos/products/disable-ghas-for-enterprise).
48-
49-
{% endif %}

0 commit comments

Comments
 (0)