Code レビューのタイミング修正 #339
Triggered via pull request
January 18, 2025 18:02
Status
Startup failure
Total duration
–
Artifacts
–
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, 'プリーズレビュー')
)
)
)
|