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