Create triage-incoming.yml

This commit is contained in:
Will Hunt 2022-10-20 12:11:11 +01:00 committed by GitHub
parent 3b2dff5d42
commit 0622d0717f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,14 @@
name: Move new issues into the issue triage board
on:
issues:
types: [opened]
jobs:
triage:
uses: matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v1
with:
project_id: 'PVT_kwDOAIB0Bs4AG0bY'
content_id: ${{ github.event.issue.node_id }}
secrets:
github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}