2022-08-24 13:10:32 +02:00
|
|
|
name: Move new issues into the issue triage board
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types: [ opened ]
|
|
|
|
|
|
|
|
jobs:
|
2022-10-19 12:41:25 +02:00
|
|
|
triage:
|
2023-02-27 12:33:27 +01:00
|
|
|
uses: matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v2
|
2022-10-19 12:41:25 +02:00
|
|
|
with:
|
|
|
|
project_id: 'PVT_kwDOAIB0Bs4AFDdZ'
|
|
|
|
content_id: ${{ github.event.issue.node_id }}
|
|
|
|
secrets:
|
|
|
|
github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
|
|
|
|