Skip to content

v1

  • v1
  • 8ad0b14
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v1
  • 8ad0b14
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@dem-extra1 dem-extra1 tagged this 25 Jun 16:24
The "Post review comment for dispatched run" step inlined the review text
into `gh pr comment --body "$BODY"`. When the review body contains
backticks, $(...), quotes, or a leading `---`, that could fail with
`unexpected EOF` and leave the review unposted. Write the body to a temp
file and post it with `--body-file` so the untrusted review text never
enters the shell argument vector — robust against special characters by
construction.

Closes #90.
Assets 2
Loading