diff --git a/.github/scripts/pr-triage.sh b/.github/scripts/pr-triage.sh index cca12747b7..9a8fdca16e 100755 --- a/.github/scripts/pr-triage.sh +++ b/.github/scripts/pr-triage.sh @@ -142,7 +142,7 @@ JQ_EXTRACT_FIELDS='{ labels: [.labels[].name] | join(",") }' -JQ_TSV_FORMAT='"\((.number | tostring))\t\(.isDraft)\t\((.issue // \"null\") | tostring)\t\(.labels)"' # Corrected escaping for quotes within the string literal +JQ_TSV_FORMAT='"\((.number | tostring))\t\(.isDraft)\t\((.issue // null) | tostring)\t\(.labels)"' if [[ -n "${PR_NUMBER:-}" ]]; then echo "🔄 Processing single PR #${PR_NUMBER}"