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: data/ui.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ header:
9
9
' is currently available as a <a href="/admin/overview/about-upgrades-to-new-releases">release candidate</a>.'
10
10
early_access: 📣 Please <b>do not share</b> this URL publicly. This page contains content about a private preview feature.
11
11
release_notes_use_latest: Please use the latest release for the latest security, performance, and bug fixes.
12
+
machine_translation: Some of this page may have been machine-translated or translated using AI.
12
13
# GHES release notes
13
14
ghes_release_notes_upgrade_patch_only: 📣 This is not the <a href="#{{ latestPatch }}">latest patch release</a> of Enterprise Server.
14
15
ghes_release_notes_upgrade_release_only: 📣 This is not the <a href="/enterprise-server@{{ latestRelease }}/admin/release-notes">latest release</a> of Enterprise Server.
Copy file name to clipboardExpand all lines: src/fixtures/fixtures/data/ui.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ header:
9
9
' is currently available as a <a href="/admin/overview/about-upgrades-to-new-releases">release candidate</a>.'
10
10
early_access: 📣 Please <b>do not share</b> this URL publicly. This page contains content about a private preview feature.
11
11
release_notes_use_latest: Please use the latest release for the latest security, performance, and bug fixes.
12
+
machine_translation: Some of this page may have been machine-translated or translated using AI.
12
13
# GHES release notes
13
14
ghes_release_notes_upgrade_patch_only: 📣 This is not the <a href="#{{ latestPatch }}">latest patch release</a> of Enterprise Server.
14
15
ghes_release_notes_upgrade_release_only: 📣 This is not the <a href="/enterprise-server@{{ latestRelease }}/admin/release-notes">latest release</a> of Enterprise Server.
0 commit comments