Skip to content

Code レビューのタイミング修正 #339

Code レビューのタイミング修正

Code レビューのタイミング修正 #339

Triggered via pull request January 18, 2025 18:02
Status Startup failure
Total duration
Artifacts

chatgpt-review.yml

on: pull_request
review
review
Fit to window
Zoom out
Zoom in

Annotations

1 error
Invalid workflow file: .github/workflows/chatgpt-review.yml#L79
The workflow is not valid. .github/workflows/chatgpt-review.yml (Line: 79, Col: 11): Unexpected symbol: 'OR'. Located at position 96 within expression: ( github.event_name == 'issue_comment' && contains(github.event.comment.body, '/review') ) OR ( github.event_name == 'pull_request' && ( github.event.action == 'ready_for_review' OR ( github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'プリーズレビュー') ) ) )