add job to automate adding new issues to the new project

This commit is contained in:
David Langley 2024-02-29 12:17:03 +00:00
parent d747a93b35
commit bf4c866934

14
.github/workflows/triage-incoming.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Move new issues into Issue triage board
on:
issues:
types: [opened]
jobs:
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 }}