Skip to content

Add issues labelled P-Web to the triage board #1

Add issues labelled P-Web to the triage board

Add issues labelled P-Web to the triage board #1

name: Move labelled issues to the correct projects
on:
issues:
types: [labeled]
workflow_call:
secrets:
ELEMENT_BOT_TOKEN:
required: true
jobs:
web:
name: Add issues labelled for the web platform to the web triage project
runs-on: ubuntu-latest
if: >
contains(github.event.issue.labels.*.name, 'P-Web')
steps:

Check failure on line 17 in .github/workflows/triage-labelled.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/triage-labelled.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/element-hq/projects/120
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}