summaryrefslogtreecommitdiff
path: root/.github/workflows/claude-code-review.yml
diff options
context:
space:
mode:
authorauric <auric@japegames.com>2026-02-22 19:00:47 -0600
committerauric <auric@japegames.com>2026-02-22 19:00:47 -0600
commitf0baf8f2f3778d21692d377d32bd4e372cef2aae (patch)
treedee26b85ab66905ccc626139a5da61689eb329e5 /.github/workflows/claude-code-review.yml
parent3768dd71501e3485b9c2b7557e48a9438b18cb3c (diff)
Fix YAML parser not reading log paths from sequence
Sequence items arrive as SCALAR events with in_value==0 (no preceding key), so they were being treated as keys and silently discarded. Handle SECTION_LOGS scalars directly as list items when in_value is unset, leaving the normal key/value path for all other sections. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.github/workflows/claude-code-review.yml')
0 files changed, 0 insertions, 0 deletions