diff --git a/.github/workflows/pr-digest.yml b/.github/workflows/pr-digest.yml index c60efbf..607ac98 100644 --- a/.github/workflows/pr-digest.yml +++ b/.github/workflows/pr-digest.yml @@ -415,8 +415,8 @@ jobs: { type: "section", text: { type: "mrkdwn", - text: "*`\(.area)`* — \(.prs | length) stale\n" + - (.prs | map(prLine(.)) | join("\n")) + text: ("*`\(.area)`* — \(.prs | length) stale\n" + + (.prs | map(prLine(.)) | join("\n"))) } } ] ) | flatten) )