Merge pull request #1547 from element-hq/langleyd/add_issues_to_new_triage_project

Add job to automate adding new issues to the new project
This commit is contained in:
David Langley 2024-02-29 12:49:53 +00:00 committed by GitHub
commit 65215ea6f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 }}