Skip to content

Merge pull request #407 from windsonsea/label #3

Merge pull request #407 from windsonsea/label

Merge pull request #407 from windsonsea/label #3

Triggered via push August 12, 2025 02: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/code-review.yml#L1
(Line: 19, Col: 9): Unexpected symbol: '#'. Located at position 1 within expression: # 现有条件:issue_comment 或 pull_request_review_comment 中包含 /gemini-review 命令 (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/gemini-review')) || (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '/gemini-review')) || # 新增条件:pull_request labeled 且新增的标签名是 gemini (github.event_name == 'pull_request' &[...]