ci(blocked_prs): use compact jq output when outputting to ENV or step

ouput

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2025-03-12 15:50:43 -07:00
parent 0bbf529afb
commit eb11cde0f4
2 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ jobs:
' \
--paginate \
--slurp \
| jq --argjson pr "${{ github.event.pull_request.number }}" '
| jq -c --argjson pr "${{ github.event.pull_request.number }}" '
[.[].data.repository.pullRequests.nodes[]] | .[] | select(
.bodyText |
scan("(?:blocked (?:by|on)|stacked on):? #(?<num>[0-9]+)") |