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