Skip to content

Add GitHub Actions for Claude review and auto-merge #3

Add GitHub Actions for Claude review and auto-merge

Add GitHub Actions for Claude review and auto-merge #3

Triggered via push January 25, 2026 18:52
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

1 error
Invalid workflow file: .github/workflows/claude-merge.yml#L1
(Line: 11, Col: 9): Unrecognized function: 'toLower'. Located at position 144 within expression: (github.event.review.state == 'approved') || (github.event.issue.pull_request && contains(github.event.comment.body, '@claude') && (contains(toLower(github.event.comment.body), 'merge') || contains(toLower(github.event.comment.body), 'lgtm') || contains(toLower(github.event.comment.body), 'ship it') || contains(toLower(github.event.comment.body), 'approve'))), (Line: 105, Col: 9): Unrecognized function: 'toLower'. Located at position 95 within expression: github.event.issue.pull_request && contains(github.event.comment.body, '@claude') && contains(toLower(github.event.comment.body), 'merge all')