From 1b536b2ee5a9d734d065ce26cfc1bdfec81509e1 Mon Sep 17 00:00:00 2001 From: Vasil Dininski Date: Sat, 14 Mar 2026 22:36:20 +0200 Subject: [PATCH] Update for reserved jq word --- scripts/post-comment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/post-comment.sh b/scripts/post-comment.sh index a3b78ac..9c372c1 100644 --- a/scripts/post-comment.sh +++ b/scripts/post-comment.sh @@ -15,11 +15,11 @@ fi # Embed the current SHA as a hidden marker so future runs can find it BODY=$(jq -n \ - --arg label "$LABEL" \ + --arg heading "$LABEL" \ --arg review "$REVIEW" \ --arg footer "$FOOTER" \ --arg sha "$CURRENT_SHA" \ - '{ body: ($label + "\n\n" + $review + $footer + "\n\n---\n*Automated review powered by AI. Always verify suggestions before applying.*\n") }') + '{ body: ($heading + "\n\n" + $review + $footer + "\n\n---\n*Automated review powered by AI. Always verify suggestions before applying.*\n") }') curl -sf \ -X POST \