Skip to content

ci: claude-pr-review: Fix post comment action - #4080

Merged
patrickelectric merged 1 commit into
bluerobotics:masterfrom
patrickelectric:fix-agent
Aug 4, 2026
Merged

ci: claude-pr-review: Fix post comment action#4080
patrickelectric merged 1 commit into
bluerobotics:masterfrom
patrickelectric:fix-agent

Conversation

@patrickelectric

Copy link
Copy Markdown
Member

Fix this:

#4047 (comment)

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Automated PR Review

0. Summary

  • Verdict: LGTM :shipit:

Fixes the sticky-comment update instructions embedded in .github/workflows/claude-pr-review.yml by switching gh api --method PATCH ... -f body=@review.md to -F body=@review.md. The rationale is accurate: only -F/--field performs @filename file loading in gh api; -f/--raw-field posts the literal string @review.md, which is exactly the failure mode observed in the referenced PR #4047.

No further comments, nice job 👍

Generated by PR Review Bot. This is advisory, a human reviewer must still approve.

@patrickelectric
patrickelectric merged commit 7805408 into bluerobotics:master Aug 4, 2026
6 of 7 checks passed
@patrickelectric
patrickelectric deleted the fix-agent branch August 4, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants