#!/usr/bin/env bash
set -euo pipefail
for id in 3431626438 3431626441 3431626446 3431631594 3431635012 3431635017 3431635021 3431635023 3431635024 3431635026 3431635028 3431635464 3431635466; do
  echo "===== $id ====="
  gh api "repos/gbharg/exult-agent/pulls/comments/$id" --jq '.path + ":" + (.line|tostring) + " | " + .user.login + "\n" + (.body|.[0:320])'
  echo ""
done
