chore: Only use plan summary in comment #14

Merged
Peter merged 5 commits from pgi-only-comment-summary into main 2026-04-07 10:18:25 +02:00
Showing only changes of commit a7ad1647aa - Show all commits

View file

@ -74,11 +74,13 @@ jobs:
<details><summary>Show Plan</summary>
```
${{ steps.plan.outputs.stdout }}
PLAN_PLACEHOLDER
```
</details>
run: |
filtered_plan=$(echo "${{ steps.plan.outputs.stdout }}" | awk '/Refreshing state/{found=0} /^$/{if(!found)print; next} {if(found)print} /Refreshing state/{found=1}' | sed '/./,$!d')
COMMENT_BODY="${COMMENT_BODY//'PLAN_PLACEHOLDER'/$filtered_plan}"
payload=$(jq -Rs --arg body "$COMMENT_BODY" '{body: $body}' <<< "$COMMENT_BODY")
existing_comment=$(curl -s \