ci/templates: clean up issue template #2
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/issue-linker.yml#L1
(Line: 21, Col: 9): Unexpected symbol: 'contains'. Located at position 162 within expression: (github.event_name == 'workflow_dispatch')
|| (github.event_name == 'issues' && (
contains(toJson(github.event.issue.labels.*.name), '"0. layer: task"')
contains(toJson(github.event.issue.labels.*.name), '"0. layer: story"')
))
|