You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Ensuring PR #$PR_NUMBER is marked ready for review"
159
157
gh pr ready "$PR_NUMBER" || echo "Unable to mark PR #$PR_NUMBER as ready (it may already be ready)"
@@ -166,10 +164,7 @@ jobs:
166
164
PR_BODY+="## What this does"$'\n\n'
167
165
PR_BODY+="Runs the \`content-pipeline-update\` agent (${PIPELINE_ID}) against the latest source docs and updates official articles under \`content/\` that have fallen out of sync."$'\n\n'
168
166
PR_BODY+="## Source changes"$'\n\n'
169
-
PR_BODY+="Changes in the source repo that triggered this update:"$'\n\n'
170
-
PR_BODY+="<!-- SOURCE_CHANGES -->"$'\n'
171
-
PR_BODY+="${NEW_ITEM}"$'\n'
172
-
PR_BODY+="<!-- /SOURCE_CHANGES -->"$'\n\n'
167
+
PR_BODY+="${SOURCE_LINK}"$'\n\n'
173
168
PR_BODY+="## Review"$'\n\n'
174
169
PR_BODY+="* Review each commit for accuracy — the agent uses AI, so spot-check important changes"$'\n'
175
170
PR_BODY+="* To adjust agent behavior, see [Modifying results](${{ github.server_url }}/${{ github.repository }}/blob/main/src/content-pipelines/README.md#modifying-results)"$'\n'
Copy file name to clipboardExpand all lines: content/admin/managing-your-enterprise-account/changing-the-url-for-your-enterprise.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ If your company pays for {% data variables.product.prodname_ghe_cloud %} by cred
16
16
17
17
> [!NOTE]
18
18
> If you pay for {% data variables.product.prodname_ghe_cloud %} via invoice, or if your enterprise uses {% data variables.product.prodname_emus %}, you must contact {% data variables.contact.contact_enterprise_sales %} to change your enterprise slug.
19
+
> For enterprises hosted on {% data variables.enterprise.data_residency_site %}, changing the enterprise slug is not currently supported.
19
20
20
21
## Considerations when changing your enterprise slug
0 commit comments