Skip to content

add job to automate adding new issues to the new project #1

add job to automate adding new issues to the new project

add job to automate adding new issues to the new project #1

Workflow file for this run

name: Move new issues into Issue triage board

Check failure on line 1 in .github/workflows/triage-incoming.yml

View workflow run for this annotation

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

Invalid workflow file

`automate-project-columns-next` is not a valid event name
on:
issues:
types: [opened]
automate-project-columns-next:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/element-hq/projects/120
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}