feat(ingest): Add raw source marker to PR description
This commit is contained in:
parent
06e877ec1d
commit
c5f113de52
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ body="$(mktemp)"
|
|||
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 "$pr_summary"
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue