Add package identity comment and missing Makefile style target (#49) #112
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/ai-review.yml#L1
(Line: 30, Col: 9): Unrecognized function: 'trim'. Located at position 136 within expression: (
github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
github.event.issue.state == 'open' &&
(startsWith(trim(github.event.comment.body), '@askserge ') ||
trim(github.event.comment.body) == '@askserge') &&
(github.event.comment.author_association == 'MEMBER' ||
github.event.comment.author_association == 'OWNER' ||
github.event.comment.author_association == 'COLLABOR[...]
|