Introduce labelers workflow #1
Triggered via pull request
June 6, 2024 19:36
justinretzolk
closed
#1742
Status
Startup failure
Total duration
–
Artifacts
–
labelers.yml
on: pull_request_target
Repository and Community Labels
Annotations
1 error
Invalid workflow file:
.github/workflows/labelers.yml#L67
The workflow is not valid. .github/workflows/labelers.yml (Line: 67, Col: 13): Unexpected symbol: ')'. Located at position 131 within expression: github.event_name == 'pull_request_target'
&& steps.author.conclusion != 'skipped'
&& fromJSON(steps.author.outputs.is_maintainer))
.github/workflows/labelers.yml (Line: 91, Col: 13): Unexpected symbol: ')'. Located at position 89 within expression: steps.assignee.conclusion != 'skipped'
&& fromJSON(steps.assignee.outputs.is_maintainer))
|