Consolidate CodeRabbit test execution plan workflows #5
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/coderabbit-test-execution-plan.yml#L1
(Line: 194, Col: 9): Unrecognized function: 'toLower'. Located at position 122 within expression: github.event_name == 'pull_request_review_comment' &&
github.event.comment.user.login == 'coderabbitai[bot]' &&
contains(toLower(github.event.comment.body), 'test execution plan')
, (Line: 413, Col: 9): Unrecognized function: 'toLower'. Located at position 164 within expression: (github.event_name == 'issue_comment' || github.event_name == 'pull_request_review_comment') &&
github.event.comment.user.login == 'coderabbitai[bot]' &&
contains(toLower(github.event.comment.body), 'test execution plan verified')
|