feat(ingest): Add raw source marker to PR description

This commit is contained in:
Matteo Cherubini 2026-06-30 10:31:37 +02:00
parent 06e877ec1d
commit c5f113de52

View file

@ -131,6 +131,7 @@ body="$(mktemp)"
trap 'rm -f "$body"' EXIT # auto-clean on any exit (success, fail(), or crash) trap 'rm -f "$body"' EXIT # auto-clean on any exit (success, fail(), or crash)
{ {
echo "<!-- kg:raw=${raw_source} -->" # marker for the rejection loop (invisible in the render)
echo "## Summary" echo "## Summary"
echo "$pr_summary" echo "$pr_summary"
echo "" echo ""