chore: add shared ltx workflow callers [DOPS-392] (#1) #3
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/merge-on-green.yml#L1
(Line: 20, Col: 9): Unrecognized function: 'trim'. Located at position 129 within expression: (
github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
contains(fromJSON('["LGTM","lgtm","Lgtm"]'), trim(github.event.comment.body))
) ||
(
github.event_name == 'pull_request_review' &&
github.event.review.state == 'approved' &&
contains(github.event.review.body || '', 'LGTM')
)
|