Skip to content

Web UI: Tooltips in validator report broken #711

Web UI: Tooltips in validator report broken

Web UI: Tooltips in validator report broken #711

Workflow file for this run

name: Bug triage
on:
issues:
types:
- opened
jobs:
triage:
if: github.event.issue.labels.contains("bug")

Check failure on line 8 in .github/workflows/triage.yml

View workflow run for this annotation

GitHub Actions / Bug triage

Invalid workflow file

The workflow is not valid. .github/workflows/triage.yml (Line: 8, Col: 9): Unexpected symbol: '('. Located at position 35 within expression: github.event.issue.labels.contains("bug")
runs-on: ubuntu-latest
steps:
- name: Create card
uses: alex-page/[email protected]
with:
project: Bug triage
column: Requires investigation
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Comment issue
uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "Thank you for your reporting a bug. The issue has been placed in [triage](https://github.com/orgs/MobilityData/projects/60/views/1), the MobilityData team will follow-up on it."
})