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'
0 commit comments