ci(blocked-pr): default pr body as empty string

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2025-05-05 14:01:58 -07:00
parent a55bffc963
commit d1234198a1
No known key found for this signature in database
GPG key ID: E10E321EB160949B

View file

@ -64,7 +64,7 @@ jobs:
"prNumber": .number, "prNumber": .number,
"prHeadSha": .head.sha, "prHeadSha": .head.sha,
"prHeadLabel": .head.label, "prHeadLabel": .head.label,
"prBody": .body, "prBody": .body // "",
"prLabels": (reduce .labels[].name as $l ([]; . + [$l])) "prLabels": (reduce .labels[].name as $l ([]; . + [$l]))
} }
' <<< "$PR_JSON")" ' <<< "$PR_JSON")"